Skip to content

Commit

Permalink
Remove unused cell_extras feature gates. Fixes #9912
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvish Varghese Thoovamalayil committed Mar 8, 2016
1 parent e3bea4f commit de68820
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 de68820

Please sign in to comment.