Skip to content

Commit 75879e8

Browse files
committed
Ignore intentional unused_qualifications in a regression test
1 parent 4cf4ff6 commit 75879e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,6 +1384,7 @@ pub mod issue169 {
13841384
use async_trait::async_trait;
13851385

13861386
#[async_trait]
1387+
#[allow(unused_qualifications)]
13871388
pub trait Trait: ::core::marker::Sync {
13881389
async fn f(&self) {}
13891390
}

0 commit comments

Comments
 (0)