about summary refs log tree commit diff
path: root/clippy_lints
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2021-07-30 14:46:56 +0200
committerMark Rousskov <mark.simulacrum@gmail.com>2021-08-01 11:19:24 -0400
commit2f315b82afa58d825d470640ae173a5113856904 (patch)
tree393b7d8dadb39bcb4120943877c66d06a794b1c4 /clippy_lints
parentc9e45e47d54b20d6c442c6ee1bc2c192e3181fdc (diff)
downloadrust-2f315b82afa58d825d470640ae173a5113856904.tar.gz
rust-2f315b82afa58d825d470640ae173a5113856904.zip
bump bootstrap compiler to 1.55
Diffstat (limited to 'clippy_lints')
-rw-r--r--clippy_lints/src/implicit_hasher.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/clippy_lints/src/implicit_hasher.rs b/clippy_lints/src/implicit_hasher.rs
index 31b3fd4a538..fcc43cce6ce 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;