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