mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 08:56:15 +01:00
Remove useless #[allow(warnings)] (#2100)
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
bb22802bfc
commit
d42b5f70cc
1 changed files with 0 additions and 1 deletions
|
@ -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<()>>();
|
||||||
|
|
Loading…
Reference in a new issue