Make unused-extern-crate warn-by-default
This commit is contained in:
parent
93cdf5e3c4
commit
bc5bd51c45
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ declare_lint! {
|
|||
|
||||
declare_lint! {
|
||||
pub UNUSED_EXTERN_CRATES,
|
||||
Allow,
|
||||
Warn,
|
||||
"extern crates that are never used"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue