diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index c191c203889..33467a5dd34 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -94,7 +94,6 @@ mod devtools; pub mod document_loader; #[macro_use] pub mod dom; -pub mod layout_interface; pub mod layout_wrapper; mod mem; mod network_listener; |