Skip to content

Commit

Permalink
Remove useless #[allow(warnings)] (#2100)
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <[email protected]>
  • Loading branch information
Rustin170506 committed Jul 16, 2023
1 parent bb22802 commit d42b5f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion axum/src/routing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ impl<S> fmt::Debug for Endpoint<S> {
}

#[test]
#[allow(warnings)]
fn traits() {
use crate::test_helpers::*;
assert_send::<Router<()>>();
Expand Down

0 comments on commit d42b5f7

Please sign in to comment.