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 -->
This commit is contained in:
bors-servo 2015-11-28 21:58:43 +05:30
commit d48d8b3ea1
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
#![feature(box_syntax)]
#![feature(fnbox)]
#![feature(mpsc_select)]
#![feature(path_ext)]
#![feature(plugin)]
#![feature(vec_push_all)]
#![feature(plugin)]

View file

@ -5,7 +5,6 @@
#![feature(alloc_jemalloc)]
#![feature(box_syntax)]
#![feature(iter_arith)]
#![feature(slice_splits)]
#![feature(plugin)]
#![plugin(plugins)]