Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Apr 29, 2021
1 parent 31f7697 commit e2851e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-attributes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ impl Parse for Field {
} else {
None
};
Ok(Self { name, kind, value })
Ok(Self { name, value, kind })
}
}

Expand Down

0 comments on commit e2851e5

Please sign in to comment.