aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_if_let_with_match.rs
Commit message (Expand)AuthorAgeFilesLines
* Move target to AssistLabelAleksey Kladov2020-05-061-21/+26
* 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
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Name assist handlersAleksey Kladov2020-02-071-0/+148