From 9f455e53a4a9311e0beadac6ab808c7e2ab0feca Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 7 Mar 2025 03:44:55 +0100 Subject: Reformat everything with Rust 2024 edition --- tests/raw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/raw.rs') 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, -- cgit v1.2.3