about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-23 20:34:17 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-28 18:46:24 +0300
commit434152157f9d73ad1899fb8da3a61aed6f8a46d6 (patch)
treefd0dd6654839751b494670ba2da674246dc37cfb /src/librustc_data_structures
parent0cfb2f7fbda1d27e12913d21d1c8e56a4133dbe1 (diff)
downloadrust-434152157f9d73ad1899fb8da3a61aed6f8a46d6.tar.gz
rust-434152157f9d73ad1899fb8da3a61aed6f8a46d6.zip
Remove lint annotations in specific crates that are already enforced by rustbuild
Remove some random unnecessary lint `allow`s
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index 3047119029a..bb27637912b 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -26,7 +26,6 @@
 #![cfg_attr(unix, feature(libc))]
 #![cfg_attr(test, feature(test))]
 
-#![deny(rust_2018_idioms)]
 #![cfg_attr(not(bootstrap), allow(rustc::default_hash_types))]
 
 #[macro_use]