Skip to content

Commit

Permalink
Auto merge of #9920 - vishy1618:issue_9912, r=Ms2ger
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Mar 8, 2016
2 parents 60d97c3 + de68820 commit a96b236
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/layout/lib.rs
Expand Up @@ -4,7 +4,6 @@

#![feature(as_unsafe_cell)]
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(custom_derive)]
#![feature(mpsc_select)]
#![feature(nonzero)]
Expand Down
1 change: 0 additions & 1 deletion components/script/lib.rs
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion components/style/lib.rs
Expand Up @@ -4,7 +4,6 @@

#![feature(box_syntax)]
#![feature(box_patterns)]
#![feature(cell_extras)]
#![feature(concat_idents)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]
Expand Down

0 comments on commit a96b236

Please sign in to comment.