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 77df640 commit 287f95fCopy full SHA for 287f95f
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