Skip to content

Commit c5b712a

Browse files
committed
Remove unused features from rustc_data_structures.
1 parent 99592fd commit c5b712a

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_data_structures/src

1 file changed

+0
-3
lines changed

compiler/rustc_data_structures/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
99
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
1010
#![feature(array_windows)]
11-
#![feature(associated_type_bounds)]
1211
#![feature(auto_traits)]
1312
#![feature(cell_leak)]
1413
#![feature(core_intrinsics)]
@@ -25,8 +24,6 @@
2524
#![feature(negative_impls)]
2625
#![feature(test)]
2726
#![feature(thread_id_value)]
28-
#![feature(vec_into_raw_parts)]
29-
#![feature(allocator_api)]
3027
#![feature(get_mut_unchecked)]
3128
#![feature(lint_reasons)]
3229
#![feature(unwrap_infallible)]

0 commit comments

Comments
 (0)