This commit is contained in:
parent
350b1e5ebb
commit
09be03e630
@ -46,8 +46,9 @@ fn fetch(url: &str) -> Result<String, Error> {
|
||||
#[cfg(test)]
|
||||
fn fetch(url: &str) -> Result<String, Error> {
|
||||
use std::{
|
||||
collections::hash_map::DefaultHasher,
|
||||
fs,
|
||||
hash::{DefaultHasher, Hash, Hasher},
|
||||
hash::{Hash, Hasher},
|
||||
};
|
||||
|
||||
let mut hasher = DefaultHasher::new();
|
||||
|
Loading…
Reference in New Issue
Block a user