Skip to content

Commit

Permalink
Fix a typo in the rust_proto documentation. (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
thb-sb authored Aug 25, 2023
1 parent 1320071 commit 8861598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rust_proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ rust_library_group(
)

rust_prost_toolchain(
name = "prost_toolchain_impl",
name = "default_prost_toolchain_impl",
prost_plugin = "@crates_io//:protoc-gen-prost__protoc-gen-prost",
prost_runtime = ":prost_runtime",
prost_types = "@crates_io//:prost-types",
Expand Down
2 changes: 1 addition & 1 deletion docs/rust_proto.vm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rust_library_group(
)

rust_prost_toolchain(
name = "prost_toolchain_impl",
name = "default_prost_toolchain_impl",
prost_plugin = "@crates_io//:protoc-gen-prost__protoc-gen-prost",
prost_runtime = ":prost_runtime",
prost_types = "@crates_io//:prost-types",
Expand Down

0 comments on commit 8861598

Please sign in to comment.