aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_if_let_with_match.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move target to AssistLabelAleksey Kladov2020-05-061-21/+26
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
|
* Use specific pattern when translating if-let-else to matchAleksey Kladov2020-04-291-6/+72
| | | | | | 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.
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
|
* Name assist handlersAleksey Kladov2020-02-071-0/+148