mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove unused synstructure dep
This commit is contained in:
@@ -3348,7 +3348,6 @@ dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.8",
|
||||
"synstructure 0.13.0",
|
||||
"unic-langid",
|
||||
]
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ proc-macro = true
|
||||
annotate-snippets = "0.9"
|
||||
fluent-bundle = "0.15.2"
|
||||
fluent-syntax = "0.11"
|
||||
synstructure = "0.13.0"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
|
||||
Reference in New Issue
Block a user