diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2023-04-22 22:03:33 +0100 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2023-04-22 22:03:33 +0100 |
| commit | da5d01d53dfd8e8546e89f555430d6e505490e0a (patch) | |
| tree | 0b6e03bb1220f352d36976739b739d25efde410c | |
| parent | bb758cfc6d773b15af5bf65330ea7c36d7c3673d (diff) | |
| download | rust-da5d01d53dfd8e8546e89f555430d6e505490e0a.tar.gz rust-da5d01d53dfd8e8546e89f555430d6e505490e0a.zip | |
Remove unused `synstructure` dep
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | compiler/rustc_fluent_macro/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3f2dab5e635..10f19bfe28f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3348,7 +3348,6 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.8", - "synstructure 0.13.0", "unic-langid", ] diff --git a/compiler/rustc_fluent_macro/Cargo.toml b/compiler/rustc_fluent_macro/Cargo.toml index a45559af713..f5a6585b5c6 100644 --- a/compiler/rustc_fluent_macro/Cargo.toml +++ b/compiler/rustc_fluent_macro/Cargo.toml @@ -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" |
