diff --git a/src/lib.rs b/src/lib.rs index 8f593163..c461ee1b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,6 +6,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![allow(clippy::needless_lifetimes)] + //! Utilities for creating and using sockets. //! //! The goal of this crate is to create and use a socket using advanced