diff options
author | IceSentry <[email protected]> | 2020-04-13 02:29:14 +0100 |
---|---|---|
committer | IceSentry <[email protected]> | 2020-04-13 02:29:14 +0100 |
commit | abdf725c558f860b47883a6843bfd2a5a7c633bd (patch) | |
tree | ccdaed7162ae2e36208aa5cac532f90f8c87d844 /crates/ra_assists/src/handlers/add_derive.rs | |
parent | c388130f5ffbcbe7d3131213a24d12d02f769b87 (diff) |
Fix double comma when merge imports on second line
This fixes the a bug when merging imports from the second line when it already has a comma it would previously insert a comma.
There's probably a better way to check for a COMMA.
This also ends up with a weird indentation, but rust-fmt can easily deal with it so I'm not sure how to resolve that.
Closes #3832
Diffstat (limited to 'crates/ra_assists/src/handlers/add_derive.rs')
0 files changed, 0 insertions, 0 deletions