Skip to content

Commit 0af46a1

Browse files
committed
Auto merge of rust-lang#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
2 parents b628260 + da5d01d commit 0af46a1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -3348,7 +3348,6 @@ dependencies = [
33483348
"proc-macro2",
33493349
"quote",
33503350
"syn 2.0.8",
3351-
"synstructure 0.13.0",
33523351
"unic-langid",
33533352
]
33543353

compiler/rustc_fluent_macro/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ proc-macro = true
1010
annotate-snippets = "0.9"
1111
fluent-bundle = "0.15.2"
1212
fluent-syntax = "0.11"
13-
synstructure = "0.13.0"
1413
syn = { version = "2", features = ["full"] }
1514
proc-macro2 = "1"
1615
quote = "1"

0 commit comments

Comments
 (0)