mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Update needless_match.stderr
This commit is contained in:
@@ -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 {
|
||||
| _________________^
|
||||
|
||||
Reference in New Issue
Block a user