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