X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Fui%2Fsingle_char_lifetime_names.stderr;h=bfe6d44b5898d774c7e127c2b5508fb702865f45;hb=26df55112f754033d18d2157731ae3b4ecd41aa8;hp=1438b3999dba85ad1b4ddc810854958fb0296dfb;hpb=0bc93b67f55ed04de7b462af69f06407844c6531;p=rust.git diff --git a/tests/ui/single_char_lifetime_names.stderr b/tests/ui/single_char_lifetime_names.stderr index 1438b3999db..bfe6d44b589 100644 --- a/tests/ui/single_char_lifetime_names.stderr +++ b/tests/ui/single_char_lifetime_names.stderr @@ -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