diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index a2a4d3da449..6a598ad3764 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -4,8 +4,6 @@ #![cfg_attr(not(target_os = "windows"), feature(alloc_jemalloc))] #![feature(box_syntax)] -#![feature(plugin)] -#![plugin(plugins)] #![deny(unsafe_code)] |