From 630ec8880cc2941a3fd178a27934dff0d46b8155 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Tue, 11 Jun 2019 12:50:47 +0300 Subject: Add deny(unused_lifetimes) to all the crates that have deny(internal). --- src/librustc_errors/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/librustc_errors') diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index cc3180c783b..27bd30e8afd 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -6,6 +6,7 @@ #![feature(optin_builtin_traits)] #![deny(rust_2018_idioms)] #![deny(internal)] +#![deny(unused_lifetimes)] #[allow(unused_extern_crates)] extern crate serialize as rustc_serialize; // used by deriving -- cgit 1.4.1-3-g733a5