Skip to content

Commit 1e86cba

Browse files
committed
Updated comment
1 parent facc869 commit 1e86cba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rust/private/rust.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,11 @@ _rust_binary_attrs = {
861861
allow_single_file = True,
862862
),
863863
"out_binary": attr.bool(
864-
doc = "Force a target, regardless of it's `crate_type`, to always mark the file as executable.",
864+
doc = (
865+
"Force a target, regardless of it's `crate_type`, to always mark the " +
866+
"file as executable. This attribute is only used to support wasm targets but is " +
867+
"expected to be removed following a resolution to https://github.com/bazelbuild/rules_rust/issues/771."
868+
),
865869
default = False,
866870
),
867871
}

0 commit comments

Comments
 (0)