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.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style_traits/lib.rs b/components/style_traits/lib.rs
index 1c4aa627bac..f0921dbf48a 100644
--- a/components/style_traits/lib.rs
+++ b/components/style_traits/lib.rs
@@ -14,7 +14,6 @@
#![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]