Skip to content

Commit acc6b6c

Browse files
authored
Fix typo
1 parent c7dc9c3 commit acc6b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn fmt() {
77
return;
88
}
99

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

0 commit comments

Comments
 (0)