We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c38f3e commit 480989aCopy full SHA for 480989a
src/lib.rs
@@ -1,5 +1,6 @@
1
#![feature(rustc_private)]
2
#![deny(rust_2018_idioms)]
3
+#![deny(unused_imports)]
4
#![warn(unreachable_pub)]
5
6
#[macro_use]
0 commit comments