mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 23:38:20 +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]
|
||||
#[allow(warnings)]
|
||||
fn traits() {
|
||||
use crate::test_helpers::*;
|
||||
assert_send::<Router<()>>();
|
||||
|
|
Loading…
Reference in a new issue