diff --git a/examples/hyper-server.rs b/examples/hyper-server.rs index 80eb060..d086d21 100644 --- a/examples/hyper-server.rs +++ b/examples/hyper-server.rs @@ -129,6 +129,7 @@ enum SmolStream { Tls(TlsStream>), /// A TCP connection that is in process of getting secured by TLS. + #[allow(clippy::type_complexity)] Handshake(Pin>>> + Send>>), }