diff options
-rw-r--r-- | components/layout/lib.rs | 1 | ||||
-rw-r--r-- | components/script/lib.rs | 1 | ||||
-rw-r--r-- | components/style/lib.rs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 2891e1cdae7..174125c3fd9 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -4,7 +4,6 @@ #![feature(as_unsafe_cell)] #![feature(box_syntax)] -#![feature(cell_extras)] #![feature(custom_derive)] #![feature(mpsc_select)] #![feature(nonzero)] diff --git a/components/script/lib.rs b/components/script/lib.rs index 007877ff3e9..bee43944c69 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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)] diff --git a/components/style/lib.rs b/components/style/lib.rs index 901fa85e570..3d9f7f14014 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -4,7 +4,6 @@ #![feature(box_syntax)] #![feature(box_patterns)] -#![feature(cell_extras)] #![feature(concat_idents)] #![feature(core_intrinsics)] #![feature(custom_attribute)] |