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::*;