diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 10:18:55 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 11:24:13 +0100 |
commit | a9767333ebdda155a02a8c577f8df659d496cd14 (patch) | |
tree | 72ce5604615a57ffcb5eb98f152a056b47fdf922 /components/devtools/lib.rs | |
parent | c4f27e42b77d23614a36dd694a44313f510950da (diff) | |
download | servo-a9767333ebdda155a02a8c577f8df659d496cd14.tar.gz servo-a9767333ebdda155a02a8c577f8df659d496cd14.zip |
Remove #![feature(custom_attribute)]
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)] |