From fa694f5f4be48efb1026e7694a53c7f90f166f31 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 9 Dec 2015 19:25:04 -0500 Subject: [PATCH] Remove two "#![feature]" that are now stable --- components/script/lib.rs | 2 -- 1 file changed, 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)]