1
0
Fork 0

Enable the Eq and Debug traits for syn

Temporary workaround for #38.
This commit is contained in:
Robbert van der Helm 2022-10-13 11:18:35 +02:00
parent 81bdad87b5
commit 3f007c8a68

View file

@ -9,5 +9,5 @@ license = "ISC"
proc-macro = true
[dependencies]
syn = "1.0"
syn = { version = "1.0", features = ["extra-traits"] }
quote = "1.0"