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