]> git.lizzy.rs Git - rust.git/blobdiff - tests/lint_message_convention.rs
Fix `manual_map` at the end of an if chain
[rust.git] / tests / lint_message_convention.rs
index 8c07c5b242f15a059c761c74ef2eb3daa83d2f43..3f754c255b749b2ff2687ceb70252c6beacc1e8f 100644 (file)
@@ -98,7 +98,9 @@ fn lint_message_convention() {
         eprintln!("\n\n");
     });
 
-    eprintln!("\n\n\nLint message should not start with a capital letter and should not have punctuation at the end of the message unless multiple sentences are needed.");
+    eprintln!(
+        "\n\n\nLint message should not start with a capital letter and should not have punctuation at the end of the message unless multiple sentences are needed."
+    );
     eprintln!("Check out the rustc-dev-guide for more information:");
     eprintln!("https://rustc-dev-guide.rust-lang.org/diagnostics.html#diagnostic-structure\n\n\n");