Skip to content

Commit

Permalink
Ignore intentional unused_qualifications in a regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 16, 2024
1 parent 4cf4ff6 commit 75879e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
}
Expand Down

0 comments on commit 75879e8

Please sign in to comment.