From a98c7f79aa8febefca9456b708e92b9f79f6607f Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 25 Jul 2024 11:13:13 -0700 Subject: [PATCH] Internal PiperOrigin-RevId: 656018120 --- rust/defs.bzl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rust/defs.bzl b/rust/defs.bzl index 23d841a18..15fa0be6d 100644 --- a/rust/defs.bzl +++ b/rust/defs.bzl @@ -15,12 +15,6 @@ load( "rust_upb_proto_library_aspect", ) -visibility([ - "//experimental/...", - "//src/google/protobuf/...", - "//rust/...", -]) - def rust_proto_library(name, deps, **args): """Declares all the boilerplate needed to use Rust protobufs conveniently.