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 4037177 commit 53caf08Copy full SHA for 53caf08
src/main.rs
@@ -1,6 +1,7 @@
1
#![warn(clippy::match_same_arms)]
2
#![warn(clippy::semicolon_if_nothing_returned)]
3
#![warn(clippy::unnecessary_wraps)]
4
+#![allow(clippy::explicit_auto_deref)] // TODO: remove once https://github.com/rust-lang/rust-clippy/issues/9101 is resloved
5
6
#[macro_use]
7
mod util;
0 commit comments