bors
|
7e18451633
|
Auto merge of #10175 - koka831:fix/10171, r=giraffate
Use original variable name in the suggestion
Fix https://github.com/rust-lang/rust-clippy/issues/10171
---
changelog: Sugg: [`manual_let_else`]: Now suggest the correct variable name
[#10175](https://github.com/rust-lang/rust-clippy/pull/10175)
<!-- changelog_checked -->
|
2023-05-18 01:21:27 +00:00 |
|
Samuel Tardieu
|
09d3097734
|
manual_let_else: do not suggest semantically different replacements
|
2023-02-12 20:07:23 +01:00 |
|
koka
|
a408e76098
|
Suggest the correct variable name for manual_let_else
|
2023-02-01 19:17:39 +09:00 |
|
alex-semenyuk
|
05477ff8df
|
Fix manual_let_else produces a wrong suggestion with or-patterns
|
2022-12-01 22:05:06 +03:00 |
|
est31
|
a1db9311dc
|
Make an attempt of creating suggestions
They aren't perfect but better than nothing
|
2022-10-24 22:05:39 +02:00 |
|
est31
|
5da7a176b7
|
Don't suggest let else in match if the else arm explicitly mentions non obvious paths
|
2022-10-24 22:05:39 +02:00 |
|
est31
|
2e01e6b4c2
|
Also support linting for match
|
2022-10-24 22:05:39 +02:00 |
|