aboutsummaryrefslogtreecommitdiff
path: root/third-party/bazel/BUILD.once_cell-1.19.0.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/bazel/BUILD.once_cell-1.19.0.bazel')
-rw-r--r--third-party/bazel/BUILD.once_cell-1.19.0.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/third-party/bazel/BUILD.once_cell-1.19.0.bazel b/third-party/bazel/BUILD.once_cell-1.19.0.bazel
index 0133de90..d534c02e 100644
--- a/third-party/bazel/BUILD.once_cell-1.19.0.bazel
+++ b/third-party/bazel/BUILD.once_cell-1.19.0.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "once_cell",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",