Skip to content

Commit 95dc8a0

Browse files
cushoncopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 868665911
1 parent e3f91a8 commit 95dc8a0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bazel/flags/flags.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("@bazel_skylib//rules:common_settings.bzl", "BuildSettingInfo")
44

55
visibility([
66
"//third_party/grpc/bazel",
7-
"//bazel/private/...",
87
"//bazel/flags",
8+
"//bazel/private/...",
99
])
1010

1111
# Maps flag names to their native reference

rust/bazel/aspects.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ load(
2525
"encode_raw_string_as_crate_name",
2626
)
2727

28-
visibility(["//rust/...", "//third_party/crubit/rs_bindings_from_cc/...", "//net/proto2/compiler/stubby/cc/build_defs/..."])
28+
visibility([
29+
"//rust/...",
30+
"//third_party/crubit/rs_bindings_from_cc/...",
31+
"//net/proto2/compiler/stubby/cc/build_defs/...",
32+
])
2933

3034
CrateMappingInfo = provider(
3135
doc = "Struct mapping crate name to the .proto import paths",

0 commit comments

Comments
 (0)