about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-08-02 05:04:35 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-08-02 05:04:35 +0000
commit85ed3fe55deacae65d0416fe87abec4aa25846e3 (patch)
tree3cbaa240ba0b44683a2504163b5dfff9688276bb /compiler/rustc_data_structures/src
parent7d7c4db474af426bf33a179dea6be0783025b0ca (diff)
parent05e692ae025fd4650c601e1e7ab51bdc5e19c35b (diff)
downloadrust-85ed3fe55deacae65d0416fe87abec4aa25846e3.tar.gz
rust-85ed3fe55deacae65d0416fe87abec4aa25846e3.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 4f654eb0901..403136e78f4 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -10,7 +10,6 @@
 #![allow(internal_features)]
 #![allow(rustc::default_hash_types)]
 #![allow(rustc::potential_query_instability)]
-#![cfg_attr(bootstrap, feature(lint_reasons))]
 #![cfg_attr(not(parallel_compiler), feature(cell_leak))]
 #![deny(unsafe_op_in_unsafe_fn)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]