diff --git a/ntex-rt/src/lib.rs b/ntex-rt/src/lib.rs index d17d8ecf..f6e798d1 100644 --- a/ntex-rt/src/lib.rs +++ b/ntex-rt/src/lib.rs @@ -140,6 +140,7 @@ mod glommio { /// Blocking operation completion future. It resolves with results /// of blocking function execution. + #[allow(clippy::type_complexity)] pub struct JoinHandle { fut: Either, Pin>>>>,