diff options
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r-- | components/layout_2020/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs index ca23f264c14..15a6a05f029 100644 --- a/components/layout_2020/lib.rs +++ b/components/layout_2020/lib.rs @@ -5,11 +5,6 @@ #![deny(unsafe_code)] #![feature(once_cell)] -#[macro_use] -extern crate log; -#[macro_use] -extern crate serde; - mod cell; pub mod context; pub mod display_list; |