Skip to content

Commit 34aba73

Browse files
Ignore clippy::needless-lifetimes (#544)
The lifetimes serve as documentation.
1 parent 62479f7 commit 34aba73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9+
#![allow(clippy::needless_lifetimes)]
10+
911
//! Utilities for creating and using sockets.
1012
//!
1113
//! The goal of this crate is to create and use a socket using advanced

0 commit comments

Comments
 (0)