diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 9fbb9415ab6..e4373edee33 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 crate::hosts::{parse_hostsfile, replace_host_table}; pub use crate::http_loader::HttpState; - pub use crate::hosts::{replace_host_table, parse_hostsfile}; } |