aboutsummaryrefslogtreecommitdiffstats
path: root/tests/raw.rs
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-03-07 02:44:55 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-03-07 02:44:55 +0000
commit9f455e53a4a9311e0beadac6ab808c7e2ab0feca (patch)
treebbd03aaa845509eea9d9610a0660d5cf641749e5 /tests/raw.rs
parentModernize actix-web middleware usage (diff)
downloadminiserve-9f455e53a4a9311e0beadac6ab808c7e2ab0feca.tar.gz
miniserve-9f455e53a4a9311e0beadac6ab808c7e2ab0feca.zip
Reformat everything with Rust 2024 edition
Diffstat (limited to '')
-rw-r--r--tests/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/raw.rs b/tests/raw.rs
index 051c3e3..be32fdf 100644
--- a/tests/raw.rs
+++ b/tests/raw.rs
@@ -8,7 +8,7 @@ use select::{
mod fixtures;
-use crate::fixtures::{server, Error, TestServer};
+use crate::fixtures::{Error, TestServer, server};
/// The footer displays the correct wget command to download the folder recursively
// This test can't test all aspects of the wget footer,