We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7646f commit 0f40378Copy full SHA for 0f40378
1 file changed
content/reference/rust/building-rust-protos.md
@@ -45,7 +45,7 @@ other programming languages:
45
3. Use the library by including it in a Rust binary:
46
47
```build {highlight="lines:1,14-20"}
48
- load("//third_party/bazel_rules/rules_rust/rust:defs.bzl", "rust_binary")
+ load("//devtools/rust/build_defs:rules.bzl", "rust_binary")
49
load("//third_party/protobuf/rust:defs.bzl", "rust_proto_library")
50
51
proto_library(
0 commit comments