From 2f315b82afa58d825d470640ae173a5113856904 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 30 Jul 2021 14:46:56 +0200 Subject: [PATCH] bump bootstrap compiler to 1.55 --- clippy_lints/src/implicit_hasher.rs | 2 -- 1 file changed, 2 deletions(-) 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;