about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-11-15 05:25:41 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-11-15 05:25:41 +0000
commit26a7772ecd52df928080a55fca225416997c1bae (patch)
tree3c71fa19e95e87043ce87ee7cdf95309afa2a477 /compiler/rustc_data_structures/src/lib.rs
parente459b8a46f82a3e756c11a8e04b9b653f9471472 (diff)
parent29acf8b422ab446fa4cd51fbb0e5a145f30c1cfc (diff)
Merge from rustc
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
-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 afac08ae6f8..bede4c49703 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(not(parallel_compiler), feature(cell_leak))]
 #![deny(unsafe_op_in_unsafe_fn)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]