Skip to content

Commit 480989a

Browse files
chore: prohibit unused imports
1 parent 5c38f3e commit 480989a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![feature(rustc_private)]
22
#![deny(rust_2018_idioms)]
3+
#![deny(unused_imports)]
34
#![warn(unreachable_pub)]
45

56
#[macro_use]

0 commit comments

Comments
 (0)