aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/wrap_return_type_in_result.rs
Commit message (Collapse)AuthorAgeFilesLines
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-3/+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.
* Use upstream cov-markLaurențiu Nicola2021-03-081-3/+2
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+1158