diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 2d045508088..1fa21311373 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -52,6 +52,7 @@ pub mod flow_ref; pub mod fragment; pub mod layout_task; pub mod inline; +pub mod list_item; pub mod model; pub mod parallel; pub mod sequential; |