Skip to content

Commit 8609066

Browse files
authored
Fix docs to use up-to-date rule name (bazelbuild#909)
1 parent a366b76 commit 8609066

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/flatten.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ proto_library(
803803
srcs = ["my.proto"]
804804
)
805805

806-
proto_rust_library(
806+
rust_proto_library(
807807
name = "rust",
808808
deps = [":my_proto"],
809809
)

docs/rust_proto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ proto_library(
180180
srcs = ["my.proto"]
181181
)
182182

183-
proto_rust_library(
183+
rust_proto_library(
184184
name = "rust",
185185
deps = [":my_proto"],
186186
)

proto/proto.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ proto_library(
331331
srcs = ["my.proto"]
332332
)
333333
334-
proto_rust_library(
334+
rust_proto_library(
335335
name = "rust",
336336
deps = [":my_proto"],
337337
)

0 commit comments

Comments
 (0)