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_feature/src | |
| 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_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index ee43dc985a0..33188d375f5 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -460,9 +460,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ // Prevents field reads in the marked trait or method to be considered // during dead code analysis. rustc_attr!(rustc_trivial_field_reads, Normal, template!(Word), INTERNAL_UNSTABLE), - // Used by the `rustc::potential_query_instability` lint to warn methods which - // might not be stable during incremental compilation. - rustc_attr!(rustc_lint_query_instability, Normal, template!(Word), INTERNAL_UNSTABLE), // ========================================================================== // Internal attributes, Const related: |
