mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-25 16:10:33 +02:00
Remove needless borrow to fix Clippy warning
This commit is contained in:
parent
c0b7159de4
commit
e3ce2bd982
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user