1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-05 15:58:24 +03:00

refactor(clippy): apply clippy suggestions

This commit is contained in:
Orhun Parmaksız 2022-05-29 11:15:45 +03:00
parent bfcd0d97ba
commit 8d8981c6b1
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -36,7 +36,7 @@ pub struct Commit<'a> {
}
/// Object representing a link
#[derive(Debug, Clone, PartialEq, serde::Deserialize, serde::Serialize)]
#[derive(Debug, Clone, Eq, PartialEq, serde::Deserialize, serde::Serialize)]
#[serde(rename_all = "camelCase")]
pub struct Link {
/// Text of the link.