aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-09 19:25:04 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-09 19:25:04 -0500
commitfa694f5f4be48efb1026e7694a53c7f90f166f31 (patch)
tree0a4ec89e38dc1c65b01845f1beb566e522c22b00 /components/script/lib.rs
parent452b55b9e6dc7e8d1466ca17d8986e3c02622f7a (diff)
downloadservo-fa694f5f4be48efb1026e7694a53c7f90f166f31.tar.gz
servo-fa694f5f4be48efb1026e7694a53c7f90f166f31.zip
Remove two "#![feature]" that are now stable
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
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)]