Enable internal lints in bootstrap

This commit is contained in:
flip1995
2019-06-17 17:04:40 +02:00
parent 37f09cb237
commit 084c829fb8
27 changed files with 7 additions and 27 deletions

View File

@@ -17,7 +17,6 @@
#![recursion_limit="256"]
#![deny(rust_2018_idioms)]
#![deny(internal)]
#![deny(unused_lifetimes)]
#[macro_use]