Skip to content

Commit aeaea7e

Browse files
committed
Reduce visibility of cxx-build target in non-Cargo build rules
This library is specifically for Cargo builds so it shouldn't be getting pulled into downstream non-Cargo builds.
1 parent bf1d5a8 commit aeaea7e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ rust_library(
6262
"gen/build/src/syntax",
6363
],
6464
edition = "2018",
65-
visibility = ["PUBLIC"],
6665
deps = [
6766
"//third-party:cc",
6867
"//third-party:codespan-reporting",

BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ rust_library(
6161
srcs = glob(["gen/build/src/**/*.rs"]),
6262
data = ["gen/build/src/gen/include/cxx.h"],
6363
edition = "2018",
64-
visibility = ["//visibility:public"],
6564
deps = [
6665
"//third-party:cc",
6766
"//third-party:codespan-reporting",

0 commit comments

Comments
 (0)