diff --git a/src/commit.rs b/src/commit.rs index d084c89..e8ef3db 100644 --- a/src/commit.rs +++ b/src/commit.rs @@ -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}")