From 50bc854ba69b09a8656239cf543809af27f9f9e1 Mon Sep 17 00:00:00 2001 From: Ruediger Klaehn Date: Mon, 14 Aug 2023 15:36:40 +0200 Subject: [PATCH] clippy --- src/transport/interprocess.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport/interprocess.rs b/src/transport/interprocess.rs index 7764dc3..23dd404 100644 --- a/src/transport/interprocess.rs +++ b/src/transport/interprocess.rs @@ -276,6 +276,7 @@ impl<'a> Iterator for FrameIter<'a> { /// /// The connection is assumed to be from `local` to `remote`. If you try to /// connect to any other address, packets will be dropped. +#[allow(clippy::type_complexity)] pub fn tokio_io_endpoint( mut r: R, mut w: W,