Skip to content

Commit

Permalink
Ignore clippy::needless-lifetimes (#544)
Browse files Browse the repository at this point in the history
The lifetimes serve as documentation.
  • Loading branch information
Thomasdezeeuw authored Feb 24, 2025
1 parent 62479f7 commit 34aba73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34aba73

Please sign in to comment.