We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102a2ff commit 12f90f6Copy full SHA for 12f90f6
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