aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_let_with_if_let.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
|
* Use specific pattern when translating if-let-else to matchAleksey Kladov2020-04-291-2/+2
| | | | | | We *probably* should actually use the same machinery here, as we do for fill match arms, but just special-casing options and results seems to be a good first step.
* Move shared assist code to utilsAleksey Kladov2020-04-291-13/+3
|
* Fix assist descriptionAleksey Kladov2020-03-271-4/+8
|
* Replace if with if-letAleksey Kladov2020-03-271-0/+108