about summary refs log tree commit diff
path: root/compiler/rustc_infer
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-10-28 11:01:42 -0400
committerGitHub <noreply@github.com>2021-10-28 11:01:42 -0400
commit3215eeb99f055e4c00bc66c2b424e49f5868811b (patch)
tree485ad4e34c27585ea83a8b502794ed02d9cd624d /compiler/rustc_infer
parentf2707fec04f655cdf18388618881748ebbd683e9 (diff)
downloadrust-3215eeb99f055e4c00bc66c2b424e49f5868811b.tar.gz
rust-3215eeb99f055e4c00bc66c2b424e49f5868811b.zip
Revert "Add rustc lint, warning when iterating over hashmaps"
Diffstat (limited to 'compiler/rustc_infer')
-rw-r--r--compiler/rustc_infer/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs
index 128a9428fac..d0f1ff649d0 100644
--- a/compiler/rustc_infer/src/lib.rs
+++ b/compiler/rustc_infer/src/lib.rs
@@ -24,7 +24,6 @@
 #![feature(min_specialization)]
 #![feature(label_break_value)]
 #![recursion_limit = "512"] // For rustdoc
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
 
 #[macro_use]
 extern crate rustc_macros;