Skip to content

Commit c0c2a8d

Browse files
Michael Wrightflip1995
Michael Wright
authored andcommitted
Work around rustup fallback error on Windows
1 parent 3977843 commit c0c2a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fn fmt() {
88
let dev_dir = root_dir.join("clippy_dev");
99
let output = std::process::Command::new("cargo")
1010
.current_dir(dev_dir)
11-
.args(&["run", "--", "fmt", "--check"])
11+
.args(&["+nightly", "run", "--", "fmt", "--check"])
1212
.output()
1313
.unwrap();
1414

0 commit comments

Comments
 (0)