We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6d4fd commit 31b6bb4Copy full SHA for 31b6bb4
src/lib.rs
@@ -1,4 +1,6 @@
1
#![doc = include_str!("../README.md")]
2
+// There is a known bug in clippy:
3
+// https://github.com/rust-lang/rust-clippy/issues/12908
4
#![allow(clippy::needless_lifetimes)]
5
#![deny(
6
ambiguous_negative_literals,
0 commit comments