Closed
Description
Describe the Bug
RLS (and by extension vscode-rust) doesn't like really long lines. It expects the code to be formatted reasonably. This as a result causes some issues. Errors are shown about RLS not being able to tokenize long lines for performance reasons, and tooltips show the entire line, slowing down VSCode in the process:
Expected Behavior
It would be nice if these bindings were run through rustfmt, or just formatted a bit more friendly to RLS.