aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_unwrap_with_match.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-34/+18
|
* Assist: replace unwrap with matchUnreal Hoang2020-03-261-0/+177