This commit is contained in:
Philipp Krones 2020-08-25 18:01:08 +02:00 committed by GitHub
parent c7dc9c3cf7
commit acc6b6ce07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()