]> git.lizzy.rs Git - rust.git/blobdiff - tests/fmt.rs
add tests for a false negative on `needless_return`
[rust.git] / tests / fmt.rs
index d529952bc69b403d15a5140ab6aa8ca2da491705..7616d8001e8853bb8e9de4e44659d01b3253bd6f 100644 (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()