diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 2c19e895bc5..69a800489bc 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -4,19 +4,6 @@ #![deny(unsafe_code)] -#[macro_use] -extern crate lazy_static; -#[macro_use] -extern crate log; -#[macro_use] -extern crate malloc_size_of_derive; -#[macro_use] -extern crate profile_traits; -#[macro_use] -extern crate serde; -#[macro_use] -extern crate servo_config; - pub mod connector; pub mod cookie; pub mod cookie_storage; |