Skip to content

Commit f839ffa

Browse files
calebcartwrightashvin021
authored andcommitted
chore: prohibit unused imports
1 parent 36ec6b5 commit f839ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
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
#![recursion_limit = "256"]
56
#![allow(clippy::match_like_matches_macro)]

0 commit comments

Comments
 (0)