Skip to content

Commit 7bea5f9

Browse files
committed
Ignore intentional needless_arbitrary_self_type in test suite
1 parent 2dafce7 commit 7bea5f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,8 @@ pub mod issue81 {
706706

707707
// https://github.com/dtolnay/async-trait/issues/83
708708
pub mod issue83 {
709+
#![allow(clippy::needless_arbitrary_self_type)]
710+
709711
use async_trait::async_trait;
710712

711713
#[async_trait]

0 commit comments

Comments
 (0)