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