Skip to content

Commit 4175c9b

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

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

compiler/rustc_data_structures/src/lib.rs

-2
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,7 +24,6 @@
2524
#![feature(negative_impls)]
2625
#![feature(test)]
2726
#![feature(thread_id_value)]
28-
#![feature(vec_into_raw_parts)]
2927
#![feature(allocator_api)]
3028
#![feature(get_mut_unchecked)]
3129
#![feature(lint_reasons)]

0 commit comments

Comments
 (0)