diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index b41e26ba963..6321decd9c0 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -4,11 +4,6 @@ #![deny(unsafe_code)] -#[macro_use] -extern crate profile_traits; -#[macro_use] -extern crate serde; - #[allow(unsafe_code)] pub mod mem; pub mod time; |