Skip to content

Commit 73073f9

Browse files
committed
precommit
1 parent fe4e4a1 commit 73073f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/rust/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn main() {
2323
.env("VERBOSE", "1")
2424
.env("OUT_DIR", out_dir.display().to_string())
2525
.current_dir("../c")
26-
.args(&["cpyth-native"])
26+
.args(["cpyth-native"])
2727
.status()
2828
.expect("Failed to build C program");
2929

0 commit comments

Comments
 (0)