about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-07-25 18:09:52 +0200
committerPhilipp Krones <hello@philkrones.com>2024-07-25 18:23:27 +0200
commit9f53fc32cfb62724d95de44779259ce4e24bc085 (patch)
treedf5069c84c1a281c78b72e8935a9664b3110f66a /src
parent6d674685ae4e9156dbb6ecd3aa38d87864ecab3e (diff)
parentdf0cb6c51ee798264586ee9144466cf003d68181 (diff)
downloadrust-9f53fc32cfb62724d95de44779259ce4e24bc085.tar.gz
rust-9f53fc32cfb62724d95de44779259ce4e24bc085.zip
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver.rs b/src/driver.rs
index 9b1577f24b8..3fafe2427a2 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -2,7 +2,6 @@
 #![allow(rustc::untranslatable_diagnostic)]
 #![feature(rustc_private)]
 #![feature(let_chains)]
-#![cfg_attr(bootstrap, feature(lint_reasons))]
 #![cfg_attr(feature = "deny-warnings", deny(warnings))]
 // warn on lints, that are included in `rust-lang/rust`s bootstrap
 #![warn(rust_2018_idioms, unused_lifetimes)]