Auto merge of #110703 - clubby789:synstructure-remove, r=Nilstrieb

Remove unused `synstructure` dep

`synstructure` is no longer used now that this crate was split out from rustc_macros

`@rustbot` label +C-cleanup
This commit is contained in:
bors 2023-04-22 22:15:53 +00:00
commit 0af46a19b6
2 changed files with 0 additions and 2 deletions

View file

@ -3348,7 +3348,6 @@ dependencies = [
"proc-macro2",
"quote",
"syn 2.0.8",
"synstructure 0.13.0",
"unic-langid",
]

View file

@ -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"