Update needless_match.stderr
This commit is contained in:
parent
45084eeefb
commit
f7a376e4fc
@ -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 {
|
||||
| _________________^
|
||||
|
Loading…
Reference in New Issue
Block a user