mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Remove needless borrow to fix Clippy warning
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user