diff options
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index d5bebc8b2d3..87b76763d7d 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -9,8 +9,6 @@ #![deny(unsafe_code)] #![feature(box_syntax)] #![feature(nonzero)] -#![feature(plugin)] -#![plugin(plugins)] extern crate app_units; extern crate atomic_refcell; |