aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_let_with_if_let.rs
Commit message (Expand)AuthorAgeFilesLines
* More snippetsAleksey Kladov2020-05-201-4/+1
* More fluent indent APIAleksey Kladov2020-05-091-2/+1
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-8/+4
* Move target to AssistLabelAleksey Kladov2020-05-061-2/+2
* 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
* 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