mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 09:04:18 +00:00
clippy: allow default_hash_types on bootstrap
This commit is contained in:
parent
7cd0643eb2
commit
dce274024e
@ -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