Remove feature gates from std and tests

This commit is contained in:
Christopher Serr 2019-04-26 12:33:42 +02:00
parent 3b1f1a6446
commit cf9d6672b7
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#![feature(test)]
#![feature(trusted_len)]
#![feature(try_trait)]
#![feature(align_offset)]
#![feature(reverse_bits)]
#![feature(inner_deref)]
#![feature(slice_internals)]

View File

@ -227,7 +227,6 @@
// std is implemented with unstable features, many of which are internal
// compiler details that will never be stable
// NB: the following list is sorted to minimize merge conflicts.
#![feature(align_offset)]
#![feature(alloc_error_handler)]
#![feature(alloc_layout_extra)]
#![feature(allocator_api)]