Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590074377
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 12, 2023
1 parent 0c3e116 commit a47a7bd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions rust/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rust_proto_library(
name = "unittest_proto3_optional_rust_proto",
testonly = True,
visibility = [
"//rust/test/shared:__subpackages__",
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
deps = [
UNITTEST_PROTO3_OPTIONAL_TARGET,
Expand All @@ -84,20 +84,14 @@ rust_proto_library(
rust_cc_proto_library(
name = "unittest_proto3_optional_cc_rust_proto",
testonly = True,
visibility = [
"//rust/test/cpp:__subpackages__",
"//rust/test/shared:__subpackages__",
],
visibility = ["//rust/test/shared:__subpackages__"],
deps = [UNITTEST_PROTO3_OPTIONAL_CC_TARGET],
)

rust_upb_proto_library(
name = "unittest_proto3_optional_upb_rust_proto",
testonly = True,
visibility = [
"//rust/test/cpp:__subpackages__",
"//rust/test/shared:__subpackages__",
],
visibility = ["//rust/test/shared:__subpackages__"],
deps = [UNITTEST_PROTO3_OPTIONAL_TARGET],
)

Expand Down

0 comments on commit a47a7bd

Please sign in to comment.