diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index 21852468146f4..5fe75d8ca71e3 100644 --- a/src/librustc/lint/builtin.rs +++ b/src/librustc/lint/builtin.rs @@ -30,7 +30,7 @@ declare_lint! { declare_lint! { pub UNUSED_EXTERN_CRATES, - Warn, + Allow, "extern crates that are never used" }