Fix typo
This commit is contained in:
parent
c7dc9c3cf7
commit
acc6b6ce07
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ fn fmt() {
|
|||
return;
|
||||
}
|
||||
|
||||
// Skip this test if rustfmt nightly is unavailable
|
||||
// Skip this test if nightly rustfmt is unavailable
|
||||
let rustup_output = Command::new("rustup")
|
||||
.args(&["component", "list", "--toolchain", "nightly"])
|
||||
.output()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue