aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/early_return.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-2/+2
|
* 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.
* refine comment style of testshi-rustin2021-03-241-10/+10
|
* correct `convert to guard return` let_stmthi-rustin2021-03-241-7/+70
| | | | | | | | fix fix add check
* De Morgan's Law assist now correctly inverts <, <=, >, >=.lbrande2021-02-241-1/+1
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+515