diff --git a/test/lint/test_runner/src/main.rs b/test/lint/test_runner/src/main.rs index 0d785682bb2..2634e3a228e 100644 --- a/test/lint/test_runner/src/main.rs +++ b/test/lint/test_runner/src/main.rs @@ -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",