Skip to content

Commit e80be82

Browse files
chore: make clippy happier
1 parent 935dcb1 commit e80be82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bottlecap/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn main() {
99

1010
// First run cargo tree to get dependency on ring with detailed info
1111
let output = Command::new("cargo")
12-
.args(&[
12+
.args([
1313
"tree",
1414
"-i",
1515
"ring",
@@ -23,7 +23,7 @@ fn main() {
2323

2424
// Also get the complete dependency path to help debugging
2525
let path_output = Command::new("cargo")
26-
.args(&[
26+
.args([
2727
"tree",
2828
"-i",
2929
"ring",

0 commit comments

Comments
 (0)