Skip to content

Commit 319b649

Browse files
committed
Fix clippy lints
1 parent 3059ba6 commit 319b649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boring-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ fn main() {
332332
println!("cargo:warning=fetching boringssl git submodule");
333333
// fetch the boringssl submodule
334334
let status = Command::new("git")
335-
.args(&[
335+
.args([
336336
"submodule",
337337
"update",
338338
"--init",

0 commit comments

Comments
 (0)