Aleksey Kladov 8a04372fec Fix panic in split_imports assist
The fix is admittedly quit literally just papering over.

Long-term, I see two more principled approaches:

* we switch to a fully tree-based impl, without parse . to_string
  step; with this approach, there shouldn't be any panics. The results
  might be nonsensical, but so was the original input.

* we preserve the invariant that re-parsing constructed node is an
  identity, and make all the `make_xxx` method return an `Option`.

closes #4044
2020-04-20 16:34:01 +02:00
..
2020-04-20 16:34:01 +02:00
2020-04-10 17:07:09 +02:00
2020-04-20 16:34:01 +02:00
2020-04-11 19:36:31 +02:00
2020-04-16 21:01:04 +02:00
2020-04-06 14:04:26 +03:00
2020-04-06 17:21:33 +03:00