diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-12-10 12:12:07 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-12-10 12:12:07 +0530 |
commit | 100595190bfeeffec4fc7b26b76c67bbe150a989 (patch) | |
tree | 915fa9bd9d11cfad6fdbe3dcefe54283a5b3add8 /components/script | |
parent | 7438bc0425749989b8aab084a34ff3fff2ea6679 (diff) | |
parent | fa694f5f4be48efb1026e7694a53c7f90f166f31 (diff) | |
download | servo-100595190bfeeffec4fc7b26b76c67bbe150a989.tar.gz servo-100595190bfeeffec4fc7b26b76c67bbe150a989.zip |
Auto merge of #8911 - alex:patch-1, r=frewsxcv
Remove two "#![feature]" that are now stable
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8911)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-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)] |