Skip to content

Commit

Permalink
Buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Oct 28, 2024
1 parent 2ef66cb commit f82713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo/private/cargo_build_script.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ https://github.com/bazelbuild/bazel/issues/15486
implementation = _cargo_build_script_runfiles_impl,
attrs = {
"build_script_env_for_target_cfg": attr.string_dict(
doc = "Env vars to set for the build script, with selects resolved based on the target cfg of what's depeneding on the build script, rather than the exec cfg the build script is naturally configured in."
doc = "Env vars to set for the build script, with selects resolved based on the target cfg of what's depeneding on the build script, rather than the exec cfg the build script is naturally configured in.",
),
"data": attr.label_list(
doc = "Data required by the build script.",
Expand Down

0 comments on commit f82713c

Please sign in to comment.