aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index d00c031b504..3e86d18c960 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#![feature(append)]
-#![feature(arc_unique)]
-#![feature(arc_weak)]
-#![feature(box_str)]
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(custom_derive)]