From 09be03e630a39ce201d6d3527d474488269085f9 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 5 Feb 2024 14:38:07 +0100 Subject: [PATCH] fix ci: --- src/risparser/paragraph/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/risparser/paragraph/mod.rs b/src/risparser/paragraph/mod.rs index 32d2194..9317c13 100644 --- a/src/risparser/paragraph/mod.rs +++ b/src/risparser/paragraph/mod.rs @@ -46,8 +46,9 @@ fn fetch(url: &str) -> Result { #[cfg(test)] fn fetch(url: &str) -> Result { use std::{ + collections::hash_map::DefaultHasher, fs, - hash::{DefaultHasher, Hash, Hasher}, + hash::{Hash, Hasher}, }; let mut hasher = DefaultHasher::new();