diff options
Diffstat (limited to 'components/constellation/lib.rs')
-rw-r--r-- | components/constellation/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs index 837c7235169..17b83ba9a13 100644 --- a/components/constellation/lib.rs +++ b/components/constellation/lib.rs @@ -4,13 +4,6 @@ #![deny(unsafe_code)] -#[macro_use] -extern crate crossbeam_channel; -#[macro_use] -extern crate log; -#[macro_use] -extern crate serde; - mod browsingcontext; mod constellation; mod event_loop; |