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.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/profile_traits/lib.rs b/components/profile_traits/lib.rs
index ed042262f31..5a2d96bae10 100644
--- a/components/profile_traits/lib.rs
+++ b/components/profile_traits/lib.rs
@@ -6,11 +6,8 @@
//! rest of Servo. These APIs are here instead of in `profile` so that these
//! modules won't have to depend on `profile`.
-#![feature(box_syntax)]
-#![feature(plugin)]
-#![plugin(plugins)]
-
#![deny(unsafe_code)]
+#![feature(box_syntax)]
extern crate ipc_channel;
#[macro_use]