We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd0643 commit dce2740Copy full SHA for dce2740
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