diff options
-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)] |