aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style_traits/lib.rs')
-rw-r--r--components/style_traits/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/style_traits/lib.rs b/components/style_traits/lib.rs
index c6a1d574a90..bd060abf139 100644
--- a/components/style_traits/lib.rs
+++ b/components/style_traits/lib.rs
@@ -11,11 +11,8 @@
#![deny(unsafe_code)]
-#![cfg_attr(feature = "servo", feature(custom_derive))]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
-#![cfg_attr(feature = "servo", feature(rustc_attrs))]
-#![cfg_attr(feature = "servo", feature(structural_match))]
extern crate app_units;
#[macro_use]