Remove 'apostrophes'
from rustc_parse_format
This commit is contained in:
parent
9322d183f4
commit
dda3066805
21 changed files with 83 additions and 83 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "2.0.9", features = ["full"] }
|
||||
syn = { version = "2.0.9", features = ["full", "extra-traits"] }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue