mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Make unused-extern-crate warn-by-default
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
declare_lint! {
|
||||
pub UNUSED_EXTERN_CRATES,
|
||||
Allow,
|
||||
Warn,
|
||||
"extern crates that are never used"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user