diff options
Diffstat (limited to 'components/devtools/lib.rs')
-rw-r--r-- | components/devtools/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/devtools/lib.rs b/components/devtools/lib.rs index 8e596dbe791..815bee12a88 100644 --- a/components/devtools/lib.rs +++ b/components/devtools/lib.rs @@ -11,8 +11,6 @@ #![crate_type = "rlib"] #![feature(box_syntax)] -#![feature(custom_attribute)] -#![feature(custom_derive)] #![feature(plugin)] #![feature(proc_macro)] #![plugin(plugins)] |