about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-22 22:15:53 +0000
committerbors <bors@rust-lang.org>2023-04-22 22:15:53 +0000
commit0af46a19b66ea4b8438af7e1e43985693e301540 (patch)
treea5ccd98eeb4cd49a497dce8d743ab1cf7fb2d8b8
parentb628260df0587ae559253d8640ecb8738d3de613 (diff)
parentda5d01d53dfd8e8546e89f555430d6e505490e0a (diff)
downloadrust-0af46a19b66ea4b8438af7e1e43985693e301540.tar.gz
rust-0af46a19b66ea4b8438af7e1e43985693e301540.zip
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
-rw-r--r--Cargo.lock1
-rw-r--r--compiler/rustc_fluent_macro/Cargo.toml1
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"