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_data_structures/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_data_structures') diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index bb8261b4a26..77784bf1705 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -27,7 +27,6 @@ #![feature(thread_id_value)] #![allow(rustc::default_hash_types)] #![deny(unaligned_references)] -#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))] #[macro_use] extern crate tracing; -- cgit 1.4.1-3-g733a5