aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2017-02-06 10:33:51 +0100
committerMs2ger <Ms2ger@gmail.com>2017-02-06 10:33:51 +0100
commit1563e12bb325d3af4a535abf780ba7422963887b (patch)
treea1370b66566665c22324159bdf41198d5bd12724 /components
parente8d677f9c5caed7e8c750fad7b4fb2eae4744c93 (diff)
downloadservo-1563e12bb325d3af4a535abf780ba7422963887b.tar.gz
servo-1563e12bb325d3af4a535abf780ba7422963887b.zip
Remove a gate for the stabilized more_struct_aliases feature.
Diffstat (limited to 'components')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
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)]