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 c7dc9c3 commit acc6b6cCopy full SHA for acc6b6c
tests/fmt.rs
@@ -7,7 +7,7 @@ fn fmt() {
7
return;
8
}
9
10
- // Skip this test if rustfmt nightly is unavailable
+ // Skip this test if nightly rustfmt is unavailable
11
let rustup_output = Command::new("rustup")
12
.args(&["component", "list", "--toolchain", "nightly"])
13
.output()
0 commit comments