mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
cargo fix --edition
This commit is contained in:
parent
86f148fb97
commit
45f7199eee
503 changed files with 5038 additions and 5037 deletions
|
@ -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};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue