aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/extract_struct_from_enum_variant.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove RelativePathBuf from fixtureAleksey Kladov2020-06-221-1/+1
| | | | | The paths in fixture are not really relative (the default one is `/main.rs`), so it doesn't make sense to use `RelativePathBuf` here.
* Simplify APIAleksey Kladov2020-06-081-32/+26
|
* Fix review commentsMikhail Rakhmanov2020-06-051-23/+18
|
* Remove unnecessary returnMikhail Rakhmanov2020-06-051-2/+2
|
* Remove AsName importMikhail Rakhmanov2020-06-041-4/+9
|
* Fixed testsMikhail Rakhmanov2020-06-031-9/+12
|
* Further refactoring under review commentsMikhail Rakhmanov2020-05-241-7/+3
|
* Remove unnecessary set_file and change variable positions for better readabilityMikhail Rakhmanov2020-05-231-2/+1
|
* Remove unwraps where possibleMikhail Rakhmanov2020-05-231-22/+11
|
* Further review fixesMikhail Rakhmanov2020-05-231-11/+9
|
* Better naming and fix some review commentsMikhail Rakhmanov2020-05-231-8/+8
|
* Formatting and remove unused importsMikhail Rakhmanov2020-05-221-2/+5
|
* Add preliminary implementation of extract struct from enum variantMikhail Rakhmanov2020-05-221-0/+338