about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2020-08-25 18:01:08 +0200
committerGitHub <noreply@github.com>2020-08-25 18:01:08 +0200
commitacc6b6ce07a5816cbfdaba7798edfc5b22ac976b (patch)
tree53923970fb52f986a1000da06fe832cd98b10cfb
parentc7dc9c3cf7dc8a810ed0456834cd162055847e9d (diff)
downloadrust-acc6b6ce07a5816cbfdaba7798edfc5b22ac976b.tar.gz
rust-acc6b6ce07a5816cbfdaba7798edfc5b22ac976b.zip
Fix typo
-rw-r--r--tests/fmt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fmt.rs b/tests/fmt.rs
index d529952bc69..7616d8001e8 100644
--- a/tests/fmt.rs
+++ b/tests/fmt.rs
@@ -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()