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 Feb 19, 2024
1 parent fcaa502 commit b23dd3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-cliff-core/src/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ impl Serialize for Commit<'_> {
#[cfg(test)]
mod test {
use super::*;
use regex::Regex;
#[test]
fn conventional_commit() -> Result<()> {
let test_cases = vec![
Expand Down

0 comments on commit b23dd3e

Please sign in to comment.