Skip to content

Commit 235a7f3

Browse files
committed
Remove CrateInfo expectation from rust_binary
Fixes bazelbuild#1330
1 parent d7c532c commit 235a7f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/private/rust.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,6 @@ _rust_binary_attrs = {
840840

841841
rust_binary = rule(
842842
implementation = _rust_binary_impl,
843-
provides = _common_providers,
844843
attrs = dict(_common_attrs.items() + _rust_binary_attrs.items()),
845844
executable = True,
846845
fragments = ["cpp"],

0 commit comments

Comments
 (0)