Internal Code Change

PiperOrigin-RevId: 590074377
pull/15049/head
Protobuf Team Bot 12 months ago committed by Copybara-Service
parent 0c3e116c25
commit a47a7bdc8d
  1. 12
      rust/test/BUILD

@ -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,
@ -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],
)

Loading…
Cancel
Save