mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
clippy: allow default_hash_types on bootstrap
This commit is contained in:
parent
d6b0d0bf97
commit
17ebba70d0
@ -1,4 +1,4 @@
|
||||
#![allow(rustc::default_hash_types)]
|
||||
#![cfg_attr(bootstrap, allow(rustc::default_hash_types))]
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::collections::BTreeMap;
|
||||
|
Loading…
Reference in New Issue
Block a user