Deny unused_lifetimes through rustbuild
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//! See comments in `src/bootstrap/rustc.rs` for more information.
|
||||
|
||||
// NO-RUSTC-WRAPPER
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
#![deny(warnings, rust_2018_idioms, unused_lifetimes)]
|
||||
|
||||
use std::env;
|
||||
use std::process::Command;
|
||||
|
||||
Reference in New Issue
Block a user