Skip to content

Commit

Permalink
union: Fix clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Mar 22, 2021
1 parent 2b1907b commit 93eed3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindgen/ir/union.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ impl Union {
export_name,
generic_params,
fields,
alignment,
tuple_union,
alignment,
cfg,
annotations,
documentation,
Expand Down

0 comments on commit 93eed3a

Please sign in to comment.