aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/inline_local_variable.rs
Commit message (Collapse)AuthorAgeFilesLines
* **Inline Variable** works with field shorthandAleksey Kladov2020-08-261-2/+29
|
* Future proof find-usages APIAleksey Kladov2020-08-191-1/+1
| | | | | | We might want to provide more efficient impls for check if usages exist, limiting the search, filtering and cancellation, so let's violate YAGNI a bit here.
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+695