From d42b5f70ccff02c527f9bb947c4e8a9a5b70f215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E6=89=8B=E6=8E=89=E5=8C=85=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E5=B8=88?= Date: Sun, 16 Jul 2023 22:16:31 +0800 Subject: [PATCH] Remove useless #[allow(warnings)] (#2100) Signed-off-by: hi-rustin --- axum/src/routing/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/axum/src/routing/mod.rs b/axum/src/routing/mod.rs index 9fb0a87e..05d9533a 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::>();