We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a63c8 commit 8daca41Copy full SHA for 8daca41
src/main.rs
@@ -11,7 +11,7 @@ fn main() {
11
let day = format!("{:02}", day);
12
13
let cmd = Command::new("cargo")
14
- .args(&["run", "--release", "--bin", &day])
+ .args(["run", "--release", "--bin", &day])
15
.output()
16
.unwrap();
17
0 commit comments