Skip to content

Commit 0f40378

Browse files
ravidahiya-googlecopybara-github
authored andcommitted
Internal Change
PiperOrigin-RevId: 889803387
1 parent 1d7646f commit 0f40378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/rust/building-rust-protos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ other programming languages:
4545
3. Use the library by including it in a Rust binary:
4646
4747
```build {highlight="lines:1,14-20"}
48-
load("//third_party/bazel_rules/rules_rust/rust:defs.bzl", "rust_binary")
48+
load("//devtools/rust/build_defs:rules.bzl", "rust_binary")
4949
load("//third_party/protobuf/rust:defs.bzl", "rust_proto_library")
5050
5151
proto_library(

0 commit comments

Comments
 (0)