aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/generate_enum_projection_method.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* syntax: return owned string instead of leaking stringcynecx2021-03-261-1/+2
* generate try_into instead of intoDomantas Jadenkus2021-02-271-42/+66
* move into_ and as_ generation to a separate fileDomantas Jadenkus2021-02-271-0/+307