From e05a6c7ca445a7c786ea0fc00ca3f3838fd36ada Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Thu, 28 Mar 2019 11:11:41 +0100 Subject: [PATCH] UNUSED_EXTERN_CRATES -> Deny --- src/librustc/lint/builtin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index ad0ed39185c1c..91b03fb9636e1 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, - Allow, + Deny, "extern crates that are never used" }