From 1563e12bb325d3af4a535abf780ba7422963887b Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 6 Feb 2017 10:33:51 +0100 Subject: [PATCH] Remove a gate for the stabilized more_struct_aliases feature. --- components/script/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/script/lib.rs b/components/script/lib.rs index 9cc8f84bbde..7126d53653e 100644 --- a/components/script/lib.rs +++ b/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)]