diff options
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 8114d694a9e..a10a657522b 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -8,11 +8,9 @@ #![feature(box_syntax)] #![feature(cell_extras)] #![feature(const_fn)] -#![feature(core)] #![feature(core_intrinsics)] #![feature(custom_attribute)] #![feature(custom_derive)] -#![feature(drain)] #![feature(fnbox)] #![feature(hashmap_hasher)] #![feature(iter_arith)] |