diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 3ada12238ac..09c1c16951d 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -8,12 +8,9 @@ #![cfg_attr(any(target_os = "linux", target_os = "android"), feature(alloc))] #![feature(box_syntax)] -#![feature(plugin)] #![feature(range_contains)] #![feature(unique)] -#![plugin(plugins)] - #![deny(unsafe_code)] #[cfg(any(target_os = "linux", target_os = "android"))] |