From b5addd5980a5ea02aaff928219eff747270c4aab Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Tue, 7 Jul 2026 10:43:45 +0200 Subject: [PATCH] remove unused import (#3823) --- axum/src/routing/tests/get_to_head.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/axum/src/routing/tests/get_to_head.rs b/axum/src/routing/tests/get_to_head.rs index b20e8cd0..4d7e8f1c 100644 --- a/axum/src/routing/tests/get_to_head.rs +++ b/axum/src/routing/tests/get_to_head.rs @@ -1,6 +1,5 @@ use super::*; use http::Method; -use tower::ServiceExt; mod for_handlers { use super::*;