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/script_layout_interface/lib.rs | |
parent | c4f27e42b77d23614a36dd694a44313f510950da (diff) | |
download | servo-a9767333ebdda155a02a8c577f8df659d496cd14.tar.gz servo-a9767333ebdda155a02a8c577f8df659d496cd14.zip |
Remove #![feature(custom_attribute)]
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 00d63d79298..2cad69cdcc8 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -8,7 +8,6 @@ #![deny(unsafe_code)] #![feature(box_syntax)] -#![feature(custom_attribute)] #![feature(nonzero)] #![feature(plugin)] #![feature(proc_macro)] |