diff --git a/neqo-common/src/fuzz.rs b/neqo-common/src/fuzz.rs index 0c892b4b3f..b5c661415b 100644 --- a/neqo-common/src/fuzz.rs +++ b/neqo-common/src/fuzz.rs @@ -5,8 +5,9 @@ // except according to those terms. use std::{ + collections::hash_map::DefaultHasher, fs::File, - hash::{DefaultHasher, Hash, Hasher}, + hash::{Hash, Hasher}, io::Write, path::Path, };