Auto merge of #8914 - alex:patch-1, r=frewsxcv

Removed use of a #![feature] that is now stable

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8914)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-10 18:08:14 +05:30
commit b756375637

View file

@ -5,7 +5,6 @@
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(custom_derive)]
#![feature(drain)]
#![feature(hashmap_hasher)]
#![feature(mpsc_select)]
#![feature(plugin)]