diff options
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r-- | components/layout_2020/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs index 059e7923196..a2ceea5fc36 100644 --- a/components/layout_2020/lib.rs +++ b/components/layout_2020/lib.rs @@ -18,6 +18,7 @@ pub mod element_data; mod flexbox; pub mod flow; mod formatting_contexts; +mod fragment_tree; mod fragments; pub mod geom; #[macro_use] |