diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index aab98048a54..3f41157c1cd 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,8 +16,6 @@ extern crate log; extern crate range; #[macro_use] extern crate serde; -#[macro_use] -extern crate size_of_test; #[macro_use] pub mod layout_debug; |