Skip to content

Commit 31b6bb4

Browse files
committed
chore(linting): add reasoning to allow clippy::needless_lifetimes
Signed-off-by: Raphael Höser <[email protected]>
1 parent 9d6d4fd commit 31b6bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#![doc = include_str!("../README.md")]
2+
// There is a known bug in clippy:
3+
// https://github.com/rust-lang/rust-clippy/issues/12908
24
#![allow(clippy::needless_lifetimes)]
35
#![deny(
46
ambiguous_negative_literals,

0 commit comments

Comments
 (0)