diff options
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 70ffcf15524..00d63d79298 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -9,7 +9,6 @@ #![deny(unsafe_code)] #![feature(box_syntax)] #![feature(custom_attribute)] -#![feature(custom_derive)] #![feature(nonzero)] #![feature(plugin)] #![feature(proc_macro)] |