We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62479f7 commit 34aba73Copy full SHA for 34aba73
src/lib.rs
@@ -6,6 +6,8 @@
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
9
+#![allow(clippy::needless_lifetimes)]
10
+
11
//! Utilities for creating and using sockets.
12
//!
13
//! The goal of this crate is to create and use a socket using advanced
0 commit comments