From ce2640891b01591be8a820664c94cd8f7e738f63 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 6 Feb 2017 01:46:50 -0800 Subject: [PATCH] servo: Merge #15403 - Remove a gate for the stabilized more_struct_aliases feature (from servo:warnings); r=SimonSapin Source-Repo: https://github.com/servo/servo Source-Revision: fb4f421c8b9cbf80a86c9c5eb88395d7008b27a1 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : c8b96506503e46f82f75c66be3ff48245ea1ea39 --- servo/components/script/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/servo/components/script/lib.rs b/servo/components/script/lib.rs index 9cc8f84bbdeb..7126d53653e4 100644 --- a/servo/components/script/lib.rs +++ b/servo/components/script/lib.rs @@ -7,7 +7,6 @@ #![feature(const_fn)] #![feature(core_intrinsics)] #![feature(field_init_shorthand)] -#![feature(more_struct_aliases)] #![feature(mpsc_select)] #![feature(nonzero)] #![feature(on_unimplemented)]