Skip to content

Commit

Permalink
another formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
fweikert committed Apr 1, 2021
1 parent a3872b9 commit 0028a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/private/rust.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _assert_correct_dep_mapping(ctx):
"""
for dep in ctx.attr.deps:
if rust_common.crate_info in dep:
if dep[rust_common.crate_info].type == "proc-macro":
if dep[ rust_common.crate_info ].type == "proc-macro":
fail(
"{} listed {} in its deps, but it is a proc-macro. It should instead be in the bazel property proc_macro_deps.".format(
ctx.label,
Expand Down

0 comments on commit 0028a6b

Please sign in to comment.