diff options
Diffstat (limited to 'components/layout')
-rw-r--r-- | components/layout/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index c54fd261177..a74bea33431 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -38,9 +38,6 @@ extern crate net_traits; extern crate ordered_float; extern crate parking_lot; #[macro_use] -#[no_link] -extern crate plugins as servo_plugins; -#[macro_use] extern crate profile_traits; #[macro_use] extern crate range; |