aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-11-28 21:58:43 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-11-28 21:58:43 +0530
commitd48d8b3ea172018d50ea5dc0e0350cdc5307ea37 (patch)
tree5868a839e14b1599edb4b9b8ace00394ec36142d /components/profile/lib.rs
parenteadaf30af396857535ad15b269bcba4f58e1ff9a (diff)
parente1e2b61049ff92e9af35584aac4d03881f5546d6 (diff)
downloadservo-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.rs1
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)]