about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/ui/needless_match.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/needless_match.stderr b/tests/ui/needless_match.stderr
index a173bbe4d77..28e78441c25 100644
--- a/tests/ui/needless_match.stderr
+++ b/tests/ui/needless_match.stderr
@@ -110,7 +110,7 @@ LL | |         };
    | |_________^ help: replace it with: `ce`
 
 error: this match expression is unnecessary
-  --> $DIR/needless_match.rs:252:17
+  --> $DIR/needless_match.rs:253:17
    |
 LL |           let _ = match e {
    |  _________________^
@@ -120,7 +120,7 @@ LL | |         };
    | |_________^ help: replace it with: `e`
 
 error: this match expression is unnecessary
-  --> $DIR/needless_match.rs:258:17
+  --> $DIR/needless_match.rs:259:17
    |
 LL |           let _ = match e {
    |  _________________^