diff --git a/tests/test.rs b/tests/test.rs index f2d8b54..4b01bad 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -1384,6 +1384,7 @@ pub mod issue169 { use async_trait::async_trait; #[async_trait] + #[allow(unused_qualifications)] pub trait Trait: ::core::marker::Sync { async fn f(&self) {} }