diff options
-rw-r--r-- | components/compositing/lib.rs | 1 | ||||
-rw-r--r-- | components/constellation/lib.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/components/compositing/lib.rs b/components/compositing/lib.rs index 3888b03e6d3..8ce9a6370e6 100644 --- a/components/compositing/lib.rs +++ b/components/compositing/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(custom_derive)] #![feature(plugin)] -#![feature(plugin)] #![plugin(plugins)] #![deny(unsafe_code)] diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs index d4df0d47b1a..a7d7fad33ce 100644 --- a/components/constellation/lib.rs +++ b/components/constellation/lib.rs @@ -6,7 +6,6 @@ #![feature(custom_derive)] #![feature(plugin)] #![feature(mpsc_select)] -#![feature(plugin)] #![plugin(plugins)] #![deny(unsafe_code)] |