mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +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]
|
#[test]
|
||||||
#[allow(warnings)]
|
|
||||||
fn traits() {
|
fn traits() {
|
||||||
use crate::test_helpers::*;
|
use crate::test_helpers::*;
|
||||||
assert_send::<Router<()>>();
|
assert_send::<Router<()>>();
|
||||||
|
|||||||
Reference in New Issue
Block a user