about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorChristopher Serr <christopher.serr@gmail.com>2019-04-26 12:33:42 +0200
committerChristopher Serr <christopher.serr@gmail.com>2019-04-26 12:33:42 +0200
commitcf9d6672b76c08e556416e4da43cebfc2bcb1a97 (patch)
tree8da713cf3d610cad2ed7399dc5c67e29877adc76 /src
parent3b1f1a644609448468e6b4adb77c91bba09597e3 (diff)
downloadrust-cf9d6672b76c08e556416e4da43cebfc2bcb1a97.tar.gz
rust-cf9d6672b76c08e556416e4da43cebfc2bcb1a97.zip
Remove feature gates from std and tests
Diffstat (limited to 'src')
-rw-r--r--src/libcore/tests/lib.rs1
-rw-r--r--src/libstd/lib.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index a3d294e77d3..ae12eb116b5 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -26,7 +26,6 @@
 #![feature(test)]
 #![feature(trusted_len)]
 #![feature(try_trait)]
-#![feature(align_offset)]
 #![feature(reverse_bits)]
 #![feature(inner_deref)]
 #![feature(slice_internals)]
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 7b0e090fb1b..215f1bbc971 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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)]