diff --git a/axum/src/routing/mod.rs b/axum/src/routing/mod.rs index 9fb0a87e95..05d9533a6d 100644 --- a/axum/src/routing/mod.rs +++ b/axum/src/routing/mod.rs @@ -670,7 +670,6 @@ impl fmt::Debug for Endpoint { } #[test] -#[allow(warnings)] fn traits() { use crate::test_helpers::*; assert_send::>();