aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index 837945eff81..0985a51997e 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -66,7 +66,9 @@ pub mod flow;
pub mod flow_list;
pub mod flow_ref;
pub mod fragment;
+pub mod generated_content;
pub mod layout_task;
+pub mod incremental;
pub mod inline;
pub mod list_item;
pub mod model;
@@ -82,7 +84,6 @@ pub mod table_cell;
pub mod text;
pub mod traversal;
pub mod util;
-pub mod incremental;
pub mod wrapper;
pub mod css {