Skip to content

Commit cf9d667

Browse files
committed
Remove feature gates from std and tests
1 parent 3b1f1a6 commit cf9d667

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/libcore/tests/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#![feature(test)]
2727
#![feature(trusted_len)]
2828
#![feature(try_trait)]
29-
#![feature(align_offset)]
3029
#![feature(reverse_bits)]
3130
#![feature(inner_deref)]
3231
#![feature(slice_internals)]

src/libstd/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
// std is implemented with unstable features, many of which are internal
228228
// compiler details that will never be stable
229229
// NB: the following list is sorted to minimize merge conflicts.
230-
#![feature(align_offset)]
231230
#![feature(alloc_error_handler)]
232231
#![feature(alloc_layout_extra)]
233232
#![feature(allocator_api)]

0 commit comments

Comments
 (0)