bors c552e5a55f Auto merge of #14004 - lowr:patch/no-need-to-escape-non-snippet, r=Veykril
Don't escape non-snippets in assist

I was misunderstanding that we're always sending snippets as response to assist request. For assists that never return snippets like `move_const_to_impl` we don't need to escape, and I don't think `utils::escape_non_snippet()` is useful at the moment since we guarantee that only a single edit will have `InsertTextFormat.Snippet` and we have `utils::render_snippet()` for that.
2023-01-23 16:32:53 +00:00
..
2023-01-21 14:05:22 +02:00
2023-01-21 14:05:22 +02:00
2023-01-21 08:48:46 +02:00
2023-01-19 15:40:07 +01:00
2023-01-21 14:05:22 +02:00
2023-01-21 14:05:22 +02:00
2023-01-21 08:48:46 +02:00
2023-01-21 14:05:22 +02:00