diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index e03801f5217..755898a5fd9 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -211,9 +211,7 @@ pub mod dom { pub mod testbinding; } -pub mod parse { - pub mod html; -} +pub mod parse; pub mod layout_interface; pub mod page; |