]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/single_char_lifetime_names.stderr
Fix adjacent code
[rust.git] / tests / ui / single_char_lifetime_names.stderr
index 1438b3999dba85ad1b4ddc810854958fb0296dfb..bfe6d44b5898d774c7e127c2b5508fb702865f45 100644 (file)
@@ -4,8 +4,8 @@ error: single-character lifetime names are likely uninformative
 LL | struct DiagnosticCtx<'a, 'b>
    |                      ^^
    |
-   = note: `-D clippy::single-char-lifetime-names` implied by `-D warnings`
    = help: use a more informative name
+   = note: `-D clippy::single-char-lifetime-names` implied by `-D warnings`
 
 error: single-character lifetime names are likely uninformative
   --> $DIR/single_char_lifetime_names.rs:5:26