diff options
author | Ms2ger <Ms2ger@gmail.com> | 2017-02-06 10:33:51 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-02-06 10:33:51 +0100 |
commit | 1563e12bb325d3af4a535abf780ba7422963887b (patch) | |
tree | a1370b66566665c22324159bdf41198d5bd12724 /components/script/lib.rs | |
parent | e8d677f9c5caed7e8c750fad7b4fb2eae4744c93 (diff) | |
download | servo-1563e12bb325d3af4a535abf780ba7422963887b.tar.gz servo-1563e12bb325d3af4a535abf780ba7422963887b.zip |
Remove a gate for the stabilized more_struct_aliases feature.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
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)] |