aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/replace_let_with_if_let.rs
Commit message (Collapse)AuthorAgeFilesLines
* simplifyAleksey Kladov2021-05-101-12/+9
|
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-1/+1
| | | | | | | | | | There's a tension between keeping a well-architectured minimal orthogonal set of constructs, and providing convenience functions. Relieve this pressure by introducing an dedicated module for non-orthogonal shortcuts. This is inspired by the django.shortcuts module which serves a similar purpose architecturally.
* Don't spam loop-rewriting assistAleksey Kladov2021-02-281-1/+1
| | | | The more focused the assist, the better!
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+101