Skip to content

Commit da5d01d

Browse files
committed
Remove unused synstructure dep
1 parent bb758cf commit da5d01d

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)