aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUCK1
-rw-r--r--BUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/BUCK b/BUCK
index 6fcf7fa8..a1730223 100644
--- a/BUCK
+++ b/BUCK
@@ -62,7 +62,6 @@ rust_library(
"gen/build/src/syntax",
],
edition = "2018",
- visibility = ["PUBLIC"],
deps = [
"//third-party:cc",
"//third-party:codespan-reporting",
diff --git a/BUILD b/BUILD
index c88eb249..51bec2f2 100644
--- a/BUILD
+++ b/BUILD
@@ -61,7 +61,6 @@ rust_library(
srcs = glob(["gen/build/src/**/*.rs"]),
data = ["gen/build/src/gen/include/cxx.h"],
edition = "2018",
- visibility = ["//visibility:public"],
deps = [
"//third-party:cc",
"//third-party:codespan-reporting",