diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-28 21:58:43 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-28 21:58:43 +0530 |
commit | d48d8b3ea172018d50ea5dc0e0350cdc5307ea37 (patch) | |
tree | 5868a839e14b1599edb4b9b8ace00394ec36142d /components/profile/lib.rs | |
parent | eadaf30af396857535ad15b269bcba4f58e1ff9a (diff) | |
parent | e1e2b61049ff92e9af35584aac4d03881f5546d6 (diff) | |
download | servo-d48d8b3ea172018d50ea5dc0e0350cdc5307ea37.tar.gz servo-d48d8b3ea172018d50ea5dc0e0350cdc5307ea37.zip |
Auto merge of #8713 - GuillaumeGomez:features, r=Manishearth
Remove stabilized features
Fixes #8706.
cc @KiChjang
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8713)
<!-- Reviewable:end -->
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index 3ec554a39e6..fa93f883b7e 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -5,7 +5,6 @@ #![feature(alloc_jemalloc)] #![feature(box_syntax)] #![feature(iter_arith)] -#![feature(slice_splits)] #![feature(plugin)] #![plugin(plugins)] |