summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/writeln_empty_string.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/writeln_empty_string.stderr')
-rw-r--r--src/tools/clippy/tests/ui/writeln_empty_string.stderr5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/clippy/tests/ui/writeln_empty_string.stderr b/src/tools/clippy/tests/ui/writeln_empty_string.stderr
index 25e69ec48..037475543 100644
--- a/src/tools/clippy/tests/ui/writeln_empty_string.stderr
+++ b/src/tools/clippy/tests/ui/writeln_empty_string.stderr
@@ -1,5 +1,5 @@
error: empty string literal in `writeln!`
- --> $DIR/writeln_empty_string.rs:11:5
+ --> $DIR/writeln_empty_string.rs:9:5
|
LL | writeln!(v, "");
| ^^^^^^^^^^----^
@@ -7,9 +7,10 @@ LL | writeln!(v, "");
| help: remove the empty string
|
= note: `-D clippy::writeln-empty-string` implied by `-D warnings`
+ = help: to override `-D warnings` add `#[allow(clippy::writeln_empty_string)]`
error: empty string literal in `writeln!`
- --> $DIR/writeln_empty_string.rs:14:5
+ --> $DIR/writeln_empty_string.rs:12:5
|
LL | writeln!(suggestion, "");
| ^^^^^^^^^^^^^^^^^^^----^