summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/single_char_lifetime_names.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/single_char_lifetime_names.stderr')
-rw-r--r--src/tools/clippy/tests/ui/single_char_lifetime_names.stderr7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tools/clippy/tests/ui/single_char_lifetime_names.stderr b/src/tools/clippy/tests/ui/single_char_lifetime_names.stderr
index bfe6d44b5..2cdfd6135 100644
--- a/src/tools/clippy/tests/ui/single_char_lifetime_names.stderr
+++ b/src/tools/clippy/tests/ui/single_char_lifetime_names.stderr
@@ -6,6 +6,7 @@ LL | struct DiagnosticCtx<'a, 'b>
|
= help: use a more informative name
= note: `-D clippy::single-char-lifetime-names` implied by `-D warnings`
+ = help: to override `-D warnings` add `#[allow(clippy::single_char_lifetime_names)]`
error: single-character lifetime names are likely uninformative
--> $DIR/single_char_lifetime_names.rs:5:26
@@ -16,7 +17,7 @@ LL | struct DiagnosticCtx<'a, 'b>
= help: use a more informative name
error: single-character lifetime names are likely uninformative
- --> $DIR/single_char_lifetime_names.rs:14:6
+ --> $DIR/single_char_lifetime_names.rs:16:6
|
LL | impl<'a, 'b> DiagnosticCtx<'a, 'b> {
| ^^
@@ -24,7 +25,7 @@ LL | impl<'a, 'b> DiagnosticCtx<'a, 'b> {
= help: use a more informative name
error: single-character lifetime names are likely uninformative
- --> $DIR/single_char_lifetime_names.rs:14:10
+ --> $DIR/single_char_lifetime_names.rs:16:10
|
LL | impl<'a, 'b> DiagnosticCtx<'a, 'b> {
| ^^
@@ -32,7 +33,7 @@ LL | impl<'a, 'b> DiagnosticCtx<'a, 'b> {
= help: use a more informative name
error: single-character lifetime names are likely uninformative
- --> $DIR/single_char_lifetime_names.rs:34:15
+ --> $DIR/single_char_lifetime_names.rs:38:15
|
LL | fn split_once<'a>(base: &'a str, other: &'_ str) -> (&'a str, Option<&'a str>) {
| ^^