aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.87.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.87.bazel')
-rw-r--r--crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.87.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.87.bazel b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.87.bazel
index 44cc4dd3..9570e320 100644
--- a/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.87.bazel
+++ b/crate_universe/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.87.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_proc_macro(
name = "wasm_bindgen_macro",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",