Auto merge of #9920 - vishy1618:issue_9912, r=Ms2ger

Remove unused cell_extras feature gates. Fixes #9912

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9920)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-08 17:25:16 +05:30
commit a96b2360a9
3 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@
#![feature(as_unsafe_cell)]
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(custom_derive)]
#![feature(mpsc_select)]
#![feature(nonzero)]

View file

@ -6,7 +6,6 @@
#![feature(as_unsafe_cell)]
#![feature(borrow_state)]
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(const_fn)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]

View file

@ -4,7 +4,6 @@
#![feature(box_syntax)]
#![feature(box_patterns)]
#![feature(cell_extras)]
#![feature(concat_idents)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]