Update needless_match.stderr
This commit is contained in:
parent
45084eeefb
commit
f7a376e4fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue