rust/crates/ra_assists
IceSentry abdf725c55 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
2020-04-12 21:29:14 -04:00
..
src Fix double comma when merge imports on second line 2020-04-12 21:29:14 -04:00
Cargo.toml Start stdx 2020-03-28 11:01:25 +01:00