Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarrugi committed Dec 8, 2018
1 parent 26a7529 commit 643a1c8
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 @@ -184,7 +184,7 @@ _rust_common_attrs = {
"deps": attr.label_list(),
"crate_features": attr.string_list(),
"edition": attr.string(
doc="The rust edition to use for this crate.",
doc = "The rust edition to use for this crate.",
),
"rustc_flags": attr.string_list(),
"version": attr.string(default = "0.0.0"),
Expand Down

0 comments on commit 643a1c8

Please sign in to comment.