about summary refs log tree commit diff
path: root/src/librustdoc
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/librustdoc
parent37f09cb237ebbabdd6889d3c3d707075b8acc29d (diff)
downloadrust-084c829fb8ee8fc4410169cde0d029b8214e38e0.tar.gz
rust-084c829fb8ee8fc4410169cde0d029b8214e38e0.zip
Enable internal lints in bootstrap
Diffstat (limited to 'src/librustdoc')
-rw-r--r--src/librustdoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs
index 7a8b088020c..f2e9fc29668 100644
--- a/src/librustdoc/lib.rs
+++ b/src/librustdoc/lib.rs
@@ -1,5 +1,4 @@
 #![deny(rust_2018_idioms)]
-#![deny(internal)]
 #![deny(unused_lifetimes)]
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/",