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:
parent
bfcd0d97ba
commit
8d8981c6b1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user