about summary refs log tree commit diff
path: root/src/bootstrap/bin/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/bin/main.rs')
-rw-r--r--src/bootstrap/bin/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bootstrap/bin/main.rs b/src/bootstrap/bin/main.rs
index bd1a87c5744..138b7f4b261 100644
--- a/src/bootstrap/bin/main.rs
+++ b/src/bootstrap/bin/main.rs
@@ -5,9 +5,6 @@
 //! parent directory, and otherwise documentation can be found throughout the `build`
 //! directory in each respective module.
 
-// NO-RUSTC-WRAPPER
-#![deny(warnings, rust_2018_idioms, unused_lifetimes)]
-
 use std::env;
 
 use bootstrap::{Config, Build};