Skip to content

Commit

Permalink
refactor(clippy): apply clippy suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 13, 2023
1 parent 82cd240 commit a814bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ mod test {
skip: None,
},
CommitParser {
message: Regex::new(r#"match\((.*)\):.*"#).ok(),
message: Regex::new(r"match\((.*)\):.*").ok(),
body: None,
group: Some(String::from("Matched ($1)")),
default_scope: None,
Expand Down

0 comments on commit a814bbe

Please sign in to comment.