Skip to content

Commit

Permalink
clippy: allow default_hash_types on bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
camsteffen committed Jul 9, 2021
1 parent d6b0d0b commit 17ebba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_lints/src/implicit_hasher.rs
@@ -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;
Expand Down

0 comments on commit 17ebba7

Please sign in to comment.