mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 20:54:13 +00:00
Make unused-extern-crate warn-by-default
This commit is contained in:
parent
93cdf5e3c4
commit
bc5bd51c45
@ -30,7 +30,7 @@ declare_lint! {
|
|||||||
|
|
||||||
declare_lint! {
|
declare_lint! {
|
||||||
pub UNUSED_EXTERN_CRATES,
|
pub UNUSED_EXTERN_CRATES,
|
||||||
Allow,
|
Warn,
|
||||||
"extern crates that are never used"
|
"extern crates that are never used"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user