aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/profile_traits/lib.rs')
-rw-r--r--components/profile_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile_traits/lib.rs b/components/profile_traits/lib.rs
index c56196a9e2f..4a826c1db0d 100644
--- a/components/profile_traits/lib.rs
+++ b/components/profile_traits/lib.rs
@@ -7,7 +7,7 @@
//! modules won't have to depend on `profile`.
#![feature(box_syntax)]
-#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
+#![feature(plugin, proc_macro)]
#![plugin(plugins)]
#![deny(unsafe_code)]