cargo fix --edition

This commit is contained in:
Simon Sapin 2018-11-01 23:45:06 +01:00
parent 86f148fb97
commit 45f7199eee
503 changed files with 5038 additions and 5037 deletions

View file

@ -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};
}