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.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs
index 4af20789529..af5709eae38 100644
--- a/components/layout_2020/lib.rs
+++ b/components/layout_2020/lib.rs
@@ -6,13 +6,7 @@
pub mod context;
pub mod data;
-mod fragment;
pub mod opaque_node;
pub mod query;
pub mod traversal;
pub mod wrapper;
-
-// For unit tests:
-pub use crate::fragment::Fragment;
-
-use servo_arc::Arc as ServoArc;