Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Aug 25, 2020
1 parent c7dc9c3 commit acc6b6c
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 rustfmt nightly is unavailable
// Skip this test if nightly rustfmt is unavailable
let rustup_output = Command::new("rustup")
.args(&["component", "list", "--toolchain", "nightly"])
.output()
Expand Down

0 comments on commit acc6b6c

Please sign in to comment.