aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r--components/layout_2020/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs
index e08d962df22..4af20789529 100644
--- a/components/layout_2020/lib.rs
+++ b/components/layout_2020/lib.rs
@@ -4,12 +4,8 @@
#![deny(unsafe_code)]
-#[macro_use]
-extern crate serde;
-
pub mod context;
pub mod data;
-pub mod display_list;
mod fragment;
pub mod opaque_node;
pub mod query;