diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index a524236fac0..d00c031b504 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -79,9 +79,9 @@ 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 layout_task; pub mod list_item; pub mod model; pub mod multicol; @@ -89,13 +89,13 @@ pub mod opaque_node; pub mod parallel; pub mod query; pub mod sequential; -pub mod table_wrapper; pub mod table; pub mod table_caption; +pub mod table_cell; pub mod table_colgroup; -pub mod table_rowgroup; pub mod table_row; -pub mod table_cell; +pub mod table_rowgroup; +pub mod table_wrapper; pub mod text; pub mod traversal; pub mod wrapper; |