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 Dec 2, 2024
1 parent 2e49f8f commit 24f895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ impl<'a> Footer<'a> {
}
}

impl<'a> fmt::Display for Footer<'a> {
impl fmt::Display for Footer<'_> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
let Self { token, sep, value } = self;
write!(f, "{token}{sep}{value}")
Expand Down

0 comments on commit 24f895d

Please sign in to comment.