diff options
| author | Christopher Serr <christopher.serr@gmail.com> | 2019-04-26 12:33:42 +0200 |
|---|---|---|
| committer | Christopher Serr <christopher.serr@gmail.com> | 2019-04-26 12:33:42 +0200 |
| commit | cf9d6672b76c08e556416e4da43cebfc2bcb1a97 (patch) | |
| tree | 8da713cf3d610cad2ed7399dc5c67e29877adc76 /src/libstd | |
| parent | 3b1f1a644609448468e6b4adb77c91bba09597e3 (diff) | |
| download | rust-cf9d6672b76c08e556416e4da43cebfc2bcb1a97.tar.gz rust-cf9d6672b76c08e556416e4da43cebfc2bcb1a97.zip | |
Remove feature gates from std and tests
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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)] |
