diff --git a/clippy_lints/src/implicit_hasher.rs b/clippy_lints/src/implicit_hasher.rs index 31b3fd4a538e..fcc43cce6ce4 100644 --- a/clippy_lints/src/implicit_hasher.rs +++ b/clippy_lints/src/implicit_hasher.rs @@ -1,5 +1,3 @@ -#![cfg_attr(bootstrap, allow(rustc::default_hash_types))] - use std::borrow::Cow; use std::collections::BTreeMap;