diff options
Diffstat (limited to 'components/gfx_traits/lib.rs')
-rw-r--r-- | components/gfx_traits/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs index 308c01cd279..f540ed61be6 100644 --- a/components/gfx_traits/lib.rs +++ b/components/gfx_traits/lib.rs @@ -6,7 +6,6 @@ #![crate_type = "rlib"] #![deny(unsafe_code)] -extern crate malloc_size_of; #[macro_use] extern crate malloc_size_of_derive; #[macro_use] |