mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-16 00:00:18 +02:00
Remove useless #[allow(warnings)] (#2100)
Signed-off-by: hi-rustin <[email protected]>
This commit is contained in:
@@ -670,7 +670,6 @@ impl<S> fmt::Debug for Endpoint<S> {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[allow(warnings)]
|
||||
fn traits() {
|
||||
use crate::test_helpers::*;
|
||||
assert_send::<Router<()>>();
|
||||
|
||||
Reference in New Issue
Block a user