about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-01 19:04:37 +0000
committerbors <bors@rust-lang.org>2021-08-01 19:04:37 +0000
commit2827db2b137e899242e81f1beea39ae26e245153 (patch)
treeefa56d39851a4bf021de1868b5403842bc1e854a /src
parent4e21ef2a4eca12180e24a345d66066fc1e4e36da (diff)
parent24f9de5a44478116bfabca5ebeca53981cc28146 (diff)
downloadrust-2827db2b137e899242e81f1beea39ae26e245153.tar.gz
rust-2827db2b137e899242e81f1beea39ae26e245153.zip
Auto merge of #87622 - pietroalbini:bump-bootstrap, r=Mark-Simulacrum
Bump bootstrap compiler to 1.55

Changing the cfgs for stdarch is missing, but my understanding is that we don't need to do it as part of this PR?

r? `@Mark-Simulacrum`
Diffstat (limited to 'src')
-rw-r--r--src/stage0.txt2
-rw-r--r--src/tools/clippy/clippy_lints/src/implicit_hasher.rs2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/stage0.txt b/src/stage0.txt
index e9d0b73e94d..6b1507e3650 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -12,7 +12,7 @@
 # stable release's version number. `date` is the date where the release we're
 # bootstrapping off was released.
 
-date: 2021-06-23
+date: 2021-07-29
 rustc: beta
 
 # We use a nightly rustfmt to format the source because it solves some
diff --git a/src/tools/clippy/clippy_lints/src/implicit_hasher.rs b/src/tools/clippy/clippy_lints/src/implicit_hasher.rs
index 31b3fd4a538..fcc43cce6ce 100644
--- a/src/tools/clippy/clippy_lints/src/implicit_hasher.rs
+++ b/src/tools/clippy/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;