aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/replace_unwrap_with_match.rs
Commit message (Collapse)AuthorAgeFilesLines
* Corrected minor typo on line 20mixio2021-05-131-1/+1
|
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-10/+11
| | | | | | | | | | 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.
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+188