Skip to content

Commit 9a2c7bf

Browse files
ckennellycopybara-github
authored andcommitted
Restrict visibility of absl/container:hash_function_defaults.
PiperOrigin-RevId: 496514638 Change-Id: I45b8dfe01c83915c460711339d2d8c38604c8d81
1 parent a1ec5d6 commit 9a2c7bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: absl/container/BUILD.bazel

+3
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,9 @@ cc_library(
393393
hdrs = ["internal/hash_function_defaults.h"],
394394
copts = ABSL_DEFAULT_COPTS,
395395
linkopts = ABSL_DEFAULT_LINKOPTS,
396+
visibility = [
397+
"//visibility:private",
398+
],
396399
deps = [
397400
"//absl/base:config",
398401
"//absl/hash",

0 commit comments

Comments
 (0)