We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
synstructure
1 parent bb758cf commit da5d01dCopy full SHA for da5d01d
Cargo.lock
@@ -3348,7 +3348,6 @@ dependencies = [
3348
"proc-macro2",
3349
"quote",
3350
"syn 2.0.8",
3351
- "synstructure 0.13.0",
3352
"unic-langid",
3353
]
3354
compiler/rustc_fluent_macro/Cargo.toml
@@ -10,7 +10,6 @@ proc-macro = true
10
annotate-snippets = "0.9"
11
fluent-bundle = "0.15.2"
12
fluent-syntax = "0.11"
13
-synstructure = "0.13.0"
14
syn = { version = "2", features = ["full"] }
15
proc-macro2 = "1"
16
quote = "1"
0 commit comments