Skip to content

Commit 287f95f

Browse files
chore: prohibit unused imports
1 parent 77df640 commit 287f95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)