From 3215eeb99f055e4c00bc66c2b424e49f5868811b Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 28 Oct 2021 11:01:42 -0400 Subject: Revert "Add rustc lint, warning when iterating over hashmaps" --- compiler/rustc_const_eval/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_const_eval/src') diff --git a/compiler/rustc_const_eval/src/lib.rs b/compiler/rustc_const_eval/src/lib.rs index 17a5313d73a..f308e764e86 100644 --- a/compiler/rustc_const_eval/src/lib.rs +++ b/compiler/rustc_const_eval/src/lib.rs @@ -24,7 +24,6 @@ Rust MIR: a lowered representation of Rust. #![feature(trusted_step)] #![feature(try_blocks)] #![recursion_limit = "256"] -#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))] #[macro_use] extern crate tracing; -- cgit 1.4.1-3-g733a5