diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 7f9714df07e..9fbb9415ab6 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -76,6 +76,6 @@ pub mod fetch { /// A module for re-exports of items used in unit tests. pub mod test { - pub use http_loader::HttpState; - pub use hosts::{replace_host_table, parse_hostsfile}; + pub use crate::http_loader::HttpState; + pub use crate::hosts::{replace_host_table, parse_hostsfile}; } |