Skip to content

Commit 8f4cba1

Browse files
authored
add a mnemonic to a cargo dep env action (bazelbuild#4123)
1 parent f7f212a commit 8f4cba1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cargo/private/cargo_dep_env.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def _cargo_dep_env_impl(ctx):
1313
content = "",
1414
)
1515
ctx.actions.run(
16+
mnemonic = "CargoDepEnv",
1617
outputs = [empty_dir],
1718
executable = "true",
1819
)

0 commit comments

Comments
 (0)