Skip to content

Commit

Permalink
Fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wright committed Aug 25, 2020
1 parent 8d9a485 commit 9102832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fmt.rs
Expand Up @@ -7,7 +7,7 @@ fn fmt() {
return;
}

// Skip this test if rustup nightly is unavailable
// Skip this test if rustfmt nightly is unavailable
let rustup_output = Command::new("rustup")
.args(&["component", "list", "--toolchain", "nightly"])
.output()
Expand Down

0 comments on commit 9102832

Please sign in to comment.