From cf9d6672b76c08e556416e4da43cebfc2bcb1a97 Mon Sep 17 00:00:00 2001 From: Christopher Serr Date: Fri, 26 Apr 2019 12:33:42 +0200 Subject: Remove feature gates from std and tests --- src/libstd/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd') 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)] -- cgit 1.4.1-3-g733a5