Skip to content

Commit 9b6b61c

Browse files
David Tolnayfacebook-github-bot
David Tolnay
authored andcommitted
Fix unused dependency in gazebo's strong_hash_derive
Summary: ```lang=text Target `fbcode//buck2/gazebo/strong_hash_derive:_strong_hash_derive` has unused dependencies: fbsource//third-party/rust:proc-macro2: proc_macro2 Target `fbcode//buck2/gazebo/strong_hash_derive:strong_hash_derive-unittest` has unused dependencies: fbsource//third-party/rust:proc-macro2: proc_macro2 errors: 0; warnings: 2 ``` Reviewed By: JakobDegen Differential Revision: D72681967 fbshipit-source-id: 01e9e3b98e3d23ff367fa02b65ca318735305b57
1 parent 6e130fc commit 9b6b61c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gazebo/strong_hash_derive/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ version = "0.1.0"
1010
proc-macro = true
1111

1212
[dependencies]
13-
proc-macro2 = { workspace = true }
1413
quote = { workspace = true }
1514
syn = { workspace = true }

0 commit comments

Comments
 (0)