diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 10:14:21 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 10:14:21 +0100 |
commit | c4f27e42b77d23614a36dd694a44313f510950da (patch) | |
tree | 52b047ef8eb2f5cff12d0d59990fdffffcb202e0 /components/layout/lib.rs | |
parent | 0a48c69061565217a9c6eb373677df297b195b22 (diff) | |
download | servo-c4f27e42b77d23614a36dd694a44313f510950da.tar.gz servo-c4f27e42b77d23614a36dd694a44313f510950da.zip |
Remove #![feature(custom_derive)]
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 57fd7b3e98e..59c59bed502 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -5,7 +5,6 @@ #![feature(box_patterns)] #![feature(box_syntax)] #![feature(conservative_impl_trait)] -#![feature(custom_derive)] #![feature(nonzero)] #![feature(plugin)] #![feature(proc_macro)] |