aboutsummaryrefslogtreecommitdiff
path: root/tools/rust_analyzer/3rdparty/crates/BUILD.cc-1.0.79.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rust_analyzer/3rdparty/crates/BUILD.cc-1.0.79.bazel')
-rw-r--r--tools/rust_analyzer/3rdparty/crates/BUILD.cc-1.0.79.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/rust_analyzer/3rdparty/crates/BUILD.cc-1.0.79.bazel b/tools/rust_analyzer/3rdparty/crates/BUILD.cc-1.0.79.bazel
index 1acc5853..3c276572 100644
--- a/tools/rust_analyzer/3rdparty/crates/BUILD.cc-1.0.79.bazel
+++ b/tools/rust_analyzer/3rdparty/crates/BUILD.cc-1.0.79.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "cc",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",