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_codegen_llvm/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_codegen_llvm') diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index f1dacc393d5..8f4d79e7147 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -13,7 +13,6 @@ #![feature(iter_zip)] #![feature(nll)] #![recursion_limit = "256"] -#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))] use back::write::{create_informational_target_machine, create_target_machine}; -- cgit 1.4.1-3-g733a5