From 9cf950fd1618dc888b6271346386acc64c282177 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sat, 7 Jan 2023 00:49:04 +0100 Subject: clippy --- src/recv.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/recv.rs') diff --git a/src/recv.rs b/src/recv.rs index e3d3e6b..e685c9c 100644 --- a/src/recv.rs +++ b/src/recv.rs @@ -82,6 +82,7 @@ impl RecvWorker { self.pkt_tx.send(Err(RemoteDisco(to))).ok(); } + #[allow(clippy::single_match)] match e { // anon5's mt notifies the peer on timeout, C++ MT does not LocalDisco /*| RemoteDisco(true)*/ => drop( -- cgit v1.2.3