diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-16 17:08:14 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-17 16:26:12 +1100 |
| commit | 4175c9b59546b78d7bab2d17a5e8c87fc633b4a5 (patch) | |
| tree | 16573a955508ff01f2c5d8dd1d490c5941d5f8c3 /compiler/rustc_data_structures | |
| parent | 99592fdfa14ecbcf0f42f97d2cfa5ef8f3c289fe (diff) | |
| download | rust-4175c9b59546b78d7bab2d17a5e8c87fc633b4a5.tar.gz rust-4175c9b59546b78d7bab2d17a5e8c87fc633b4a5.zip | |
Remove unused features from `rustc_data_structures`.
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 461ec3a90ed..1d1a5b4d5ee 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -8,7 +8,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(array_windows)] -#![feature(associated_type_bounds)] #![feature(auto_traits)] #![feature(cell_leak)] #![feature(core_intrinsics)] @@ -25,7 +24,6 @@ #![feature(negative_impls)] #![feature(test)] #![feature(thread_id_value)] -#![feature(vec_into_raw_parts)] #![feature(allocator_api)] #![feature(get_mut_unchecked)] #![feature(lint_reasons)] |
