Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`.
This commit is contained in:
parent
a70b2ae577
commit
29629d0075
12 changed files with 5 additions and 49 deletions
|
@ -7,11 +7,10 @@ edition = "2021"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
synstructure = "0.13.0"
|
||||
syn = { version = "2.0.9", features = ["full"] }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
|
||||
[features]
|
||||
default = ["nightly"]
|
||||
nightly = []
|
||||
nightly = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue