aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Wachsler <125314669+joelwachsler@users.noreply.github.com>2023-09-09 17:46:16 +0200
committerGitHub <noreply@github.com>2023-09-09 15:46:16 +0000
commit3e35d104ee97a6bf881161efa460c630183848dc (patch)
tree98fc4c6b7f8e33e6492c14aa1bd890ff4340ccb1
parent1b19a4670f8b4a44a924407ac3d162c2ed76961f (diff)
downloadbazelbuild-rules_rust-3e35d104ee97a6bf881161efa460c630183848dc.tar.gz
Fix prost documentation errors (#2093)
This PR corrects two prost documentation errors. --------- Co-authored-by: UebelAndre <github@uebelandre.com>
-rw-r--r--docs/rust_proto.md2
-rw-r--r--docs/rust_proto.vm2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/rust_proto.md b/docs/rust_proto.md
index 843c8c1a..095b0ff1 100644
--- a/docs/rust_proto.md
+++ b/docs/rust_proto.md
@@ -139,7 +139,7 @@ rust_prost_toolchain(
toolchain(
name = "prost_toolchain",
- toolchain = "default_prost_toolchain_impl",
+ toolchain = "prost_toolchain_impl",
toolchain_type = "@rules_rust//proto/prost:toolchain_type",
)
```
diff --git a/docs/rust_proto.vm b/docs/rust_proto.vm
index 6bdc3b53..1fe807fc 100644
--- a/docs/rust_proto.vm
+++ b/docs/rust_proto.vm
@@ -125,7 +125,7 @@ rust_prost_toolchain(
toolchain(
name = "prost_toolchain",
- toolchain = "default_prost_toolchain_impl",
+ toolchain = "prost_toolchain_impl",
toolchain_type = "@rules_rust//proto/prost:toolchain_type",
)
```