Skip to content

Commit

Permalink
Resolve rustfmt formatting issue.
Browse files Browse the repository at this point in the history
rust-lang/rustfmt#3277
https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#trailing_comma

Maintaining the trailing comma is expected but because of defect #3277
with `rustfmt` it is stripped in some cases.
  • Loading branch information
iliekturtles committed Jun 7, 2022
1 parent 5bd0c3c commit 49fc627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
unused_extern_crates,
unused_import_braces,
unused_qualifications,
unused_results,
unused_results
)]
// Clippy lints.
#![cfg_attr(
Expand Down

0 comments on commit 49fc627

Please sign in to comment.