diff options
Diffstat (limited to 'components/style_traits/lib.rs')
-rw-r--r-- | components/style_traits/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/style_traits/lib.rs b/components/style_traits/lib.rs index d7c7d8ad33d..addf538d754 100644 --- a/components/style_traits/lib.rs +++ b/components/style_traits/lib.rs @@ -10,12 +10,10 @@ #![crate_type = "rlib"] #![deny(unsafe_code, missing_docs)] -#[macro_use] -extern crate size_of_test; - use bitflags::bitflags; use malloc_size_of_derive::MallocSizeOf; use serde::{Deserialize, Serialize}; +use size_of_test::size_of_test; #[cfg(feature = "servo")] pub use webrender_api::units::DevicePixel; |