diff options
| author | Philipp Krones <hello@philkrones.com> | 2020-08-25 18:01:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 18:01:08 +0200 |
| commit | acc6b6ce07a5816cbfdaba7798edfc5b22ac976b (patch) | |
| tree | 53923970fb52f986a1000da06fe832cd98b10cfb | |
| parent | c7dc9c3cf7dc8a810ed0456834cd162055847e9d (diff) | |
| download | rust-acc6b6ce07a5816cbfdaba7798edfc5b22ac976b.tar.gz rust-acc6b6ce07a5816cbfdaba7798edfc5b22ac976b.zip | |
Fix typo
| -rw-r--r-- | tests/fmt.rs | 2 |
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() |
