mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +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 {
|
fn lint_commit_msg() -> LintResult {
|
||||||
let mut good = true;
|
let mut good = true;
|
||||||
let commit_hashes = check_output(git().args(&[
|
let commit_hashes = check_output(git().args([
|
||||||
"-c",
|
"-c",
|
||||||
"log.showSignature=false",
|
"log.showSignature=false",
|
||||||
"log",
|
"log",
|
||||||
|
Loading…
Reference in New Issue
Block a user