Skip to content

Commit 076b730

Browse files
committed
Touch up PR 184
1 parent 9c42e3d commit 076b730

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,9 @@ pub mod issue169 {
13821382
pub mod issue183 {
13831383
#![deny(clippy::shadow_same)]
13841384

1385-
#[async_trait::async_trait]
1385+
use async_trait::async_trait;
1386+
1387+
#[async_trait]
13861388
trait Foo {
13871389
async fn foo(_n: i32) {}
13881390
}

0 commit comments

Comments
 (0)