aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/constellation/lib.rs')
-rw-r--r--components/constellation/lib.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs
index 92417412887..22e7a29a9de 100644
--- a/components/constellation/lib.rs
+++ b/components/constellation/lib.rs
@@ -2,13 +2,10 @@
* 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/. */
+#![deny(unsafe_code)]
#![feature(box_syntax)]
#![feature(conservative_impl_trait)]
#![feature(mpsc_select)]
-#![feature(plugin)]
-#![plugin(plugins)]
-
-#![deny(unsafe_code)]
extern crate backtrace;
extern crate bluetooth_traits;