diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 7a866f1c7b2..06fad98cb6d 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -48,6 +48,7 @@ pub mod layout_dom; #[allow(unsafe_code)] pub(crate) mod messaging; mod microtask; +pub(crate) mod mime; mod navigation; mod network_listener; mod realms; |