diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-10-28 11:01:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-28 11:01:42 -0400 |
| commit | 3215eeb99f055e4c00bc66c2b424e49f5868811b (patch) | |
| tree | 485ad4e34c27585ea83a8b502794ed02d9cd624d /compiler/rustc_codegen_llvm | |
| parent | f2707fec04f655cdf18388618881748ebbd683e9 (diff) | |
| download | rust-3215eeb99f055e4c00bc66c2b424e49f5868811b.tar.gz rust-3215eeb99f055e4c00bc66c2b424e49f5868811b.zip | |
Revert "Add rustc lint, warning when iterating over hashmaps"
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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}; |
