diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-09 19:25:04 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-09 19:25:04 -0500 |
commit | fa694f5f4be48efb1026e7694a53c7f90f166f31 (patch) | |
tree | 0a4ec89e38dc1c65b01845f1beb566e522c22b00 /components/script/lib.rs | |
parent | 452b55b9e6dc7e8d1466ca17d8986e3c02622f7a (diff) | |
download | servo-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.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)] |