aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/extract_struct_from_enum_variant.rs
Commit message (Expand)AuthorAgeFilesLines
* syntax: return owned string instead of leaking stringcynecx2021-03-261-1/+1
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-5/+2
* Hygiene is an internal implementation detail of the compilerAleksey Kladov2021-03-081-2/+2
* Make group imports configurableasv2021-03-071-1/+1
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+520