Remove needless borrow to fix Clippy warning

This commit is contained in:
dennsikl 2025-03-26 09:07:11 +02:00
parent c0b7159de4
commit e3ce2bd982

View File

@ -250,7 +250,7 @@ fn lint_scripted_diff() -> LintResult {
fn lint_commit_msg() -> LintResult {
let mut good = true;
let commit_hashes = check_output(git().args(&[
let commit_hashes = check_output(git().args([
"-c",
"log.showSignature=false",
"log",