diff options
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r-- | components/layout_thread/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 3721cc48d17..8626385a026 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -7,9 +7,6 @@ #![feature(box_syntax)] #![feature(mpsc_select)] -#![feature(plugin)] - -#![plugin(plugins)] extern crate app_units; extern crate euclid; |