Revert "Add rustc lint, warning when iterating over hashmaps"
This commit is contained in:
parent
f2707fec04
commit
3215eeb99f
43 changed files with 68 additions and 299 deletions
|
@ -21,7 +21,6 @@
|
|||
#![feature(nll)]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(thread_local_const_init)]
|
||||
#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_macros;
|
||||
|
|
|
@ -1115,7 +1115,6 @@ symbols! {
|
|||
rustc_layout_scalar_valid_range_end,
|
||||
rustc_layout_scalar_valid_range_start,
|
||||
rustc_legacy_const_generics,
|
||||
rustc_lint_query_instability,
|
||||
rustc_macro_transparency,
|
||||
rustc_main,
|
||||
rustc_mir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue