diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 2b17e3b677d..5a3197dd996 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -78,7 +78,7 @@ mod fragment; mod generated_content; mod incremental; mod inline; -pub mod layout_task; +pub mod layout_thread; mod list_item; mod model; mod multicol; |