Remove useless #[allow(warnings)] (#2100)

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
二手掉包工程师 2023-07-16 22:16:31 +08:00 committed by GitHub
parent bb22802bfc
commit d42b5f70cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<()>>();