From fc58c87bf2e6592a31d7f3f60e19d99fa7aabfe8 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:52:25 +0200 Subject: [PATCH] clippy --- git-cliff-core/src/repo.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/git-cliff-core/src/repo.rs b/git-cliff-core/src/repo.rs index 3cfbc0a27c..8723a640e7 100644 --- a/git-cliff-core/src/repo.rs +++ b/git-cliff-core/src/repo.rs @@ -210,7 +210,6 @@ impl Repository { mod test { use super::*; use crate::commit::Commit as AppCommit; - use git_conventional::ErrorKind; use std::env; use std::process::Command; use std::str;