Make unused-extern-crate warn-by-default

This commit is contained in:
Tatsuyuki Ishi
2017-06-11 11:44:22 +09:00
parent 93cdf5e3c4
commit bc5bd51c45
+1 -1
View File
@@ -30,7 +30,7 @@
declare_lint! {
pub UNUSED_EXTERN_CRATES,
Allow,
Warn,
"extern crates that are never used"
}