diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-07-22 22:06:16 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-07-28 14:46:29 -0400 |
| commit | 5eca36d27a5599f1e15885cd36d6559d36048cd3 (patch) | |
| tree | 2af1e3f3bad75e3335ea0642755f2849e9686b9e /compiler/rustc_data_structures/src/lib.rs | |
| parent | fceb0863d8e5b01fe9c315e5b52e2c7a862dd85e (diff) | |
| download | rust-5eca36d27a5599f1e15885cd36d6559d36048cd3.tar.gz rust-5eca36d27a5599f1e15885cd36d6559d36048cd3.zip | |
step cfg(bootstrap)
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
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 3f18b036940..28b3aeaabff 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/")] |
