Skip to content

Commit 17ebba7

Browse files
committedJul 9, 2021
clippy: allow default_hash_types on bootstrap
1 parent d6b0d0b commit 17ebba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/tools/clippy/clippy_lints/src/implicit_hasher.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(rustc::default_hash_types)]
1+
#![cfg_attr(bootstrap, allow(rustc::default_hash_types))]
22

33
use std::borrow::Cow;
44
use std::collections::BTreeMap;

0 commit comments

Comments
 (0)
Please sign in to comment.