diff options
| author | flip1995 <hello@philkrones.com> | 2019-06-17 17:04:40 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2019-06-24 10:45:20 +0200 |
| commit | 084c829fb8ee8fc4410169cde0d029b8214e38e0 (patch) | |
| tree | 47942e2483a04d400e8f0eb338be1bfa1fdacb85 /src/librustc_errors | |
| parent | 37f09cb237ebbabdd6889d3c3d707075b8acc29d (diff) | |
| download | rust-084c829fb8ee8fc4410169cde0d029b8214e38e0.tar.gz rust-084c829fb8ee8fc4410169cde0d029b8214e38e0.zip | |
Enable internal lints in bootstrap
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index 05cee6dff23..03869e07f55 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -10,7 +10,6 @@ #![feature(nll)] #![feature(optin_builtin_traits)] #![deny(rust_2018_idioms)] -#![deny(internal)] #![deny(unused_lifetimes)] #[allow(unused_extern_crates)] |
