about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2019-06-17 17:04:40 +0200
committerflip1995 <hello@philkrones.com>2019-06-24 10:45:20 +0200
commit084c829fb8ee8fc4410169cde0d029b8214e38e0 (patch)
tree47942e2483a04d400e8f0eb338be1bfa1fdacb85 /src/librustc_codegen_utils
parent37f09cb237ebbabdd6889d3c3d707075b8acc29d (diff)
downloadrust-084c829fb8ee8fc4410169cde0d029b8214e38e0.tar.gz
rust-084c829fb8ee8fc4410169cde0d029b8214e38e0.zip
Enable internal lints in bootstrap
Diffstat (limited to 'src/librustc_codegen_utils')
-rw-r--r--src/librustc_codegen_utils/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/lib.rs b/src/librustc_codegen_utils/lib.rs
index 942c2d13fac..f38b672afd9 100644
--- a/src/librustc_codegen_utils/lib.rs
+++ b/src/librustc_codegen_utils/lib.rs
@@ -17,7 +17,6 @@
 #![recursion_limit="256"]
 
 #![deny(rust_2018_idioms)]
-#![deny(internal)]
 #![deny(unused_lifetimes)]
 
 #[macro_use]