We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cdf5e commit bc5bd51Copy full SHA for bc5bd51
src/librustc/lint/builtin.rs
@@ -30,7 +30,7 @@ declare_lint! {
30
31
declare_lint! {
32
pub UNUSED_EXTERN_CRATES,
33
- Allow,
+ Warn,
34
"extern crates that are never used"
35
}
36
0 commit comments