Skip to content

Commit

Permalink
Allow needless_lifetimes Clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Dec 5, 2024
1 parent 5499bc3 commit d214f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
unknown_lints,
unused_unsafe,
clippy::needless_doctest_main,
clippy::needless_lifetimes,
clippy::new_without_default,
clippy::type_complexity,
clippy::missing_transmute_annotations
Expand Down

0 comments on commit d214f88

Please sign in to comment.