We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b0d0b commit 17ebba7Copy full SHA for 17ebba7
src/tools/clippy/clippy_lints/src/implicit_hasher.rs
@@ -1,4 +1,4 @@
1
-#![allow(rustc::default_hash_types)]
+#![cfg_attr(bootstrap, allow(rustc::default_hash_types))]
2
3
use std::borrow::Cow;
4
use std::collections::BTreeMap;
0 commit comments