Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 27, 2023
1 parent 2f18a33 commit 6f0187e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/toml_edit/src/parser/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,7 @@ mod test {
second: 0,
nanosecond: 0,
}),
offset: Some(Offset::Custom {
minutes: -7 * 60 + 0,
}),
offset: Some(Offset::Custom { minutes: -7 * 60 }),
},
),
(
Expand Down

0 comments on commit 6f0187e

Please sign in to comment.