Skip to content

Commit 6f7170f

Browse files
committed
Fix missing type syn::ItemFn in #[asyncs::test]
1 parent a5d9baf commit 6f7170f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncs-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ proc-macro = true
1717
[dependencies]
1818
proc-macro2 = "1.0.82"
1919
quote = "1.0.36"
20-
syn = "2.0.61"
20+
syn = { version = "2.0.61", features = ["full"] }

0 commit comments

Comments
 (0)