You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature that inserts imports upon completion seems to format the import list incorrectly... tested with rust-analyzer stable and nightly; I haven't been able to find any other information about this so I wonder if it's coc.nvim.
Before importing (properly formatted via rustfmt):
After auto-import (formatted as long line; formatting manually afterwards fixes it):
The text was updated successfully, but these errors were encountered:
The feature that inserts imports upon completion seems to format the import list incorrectly... tested with rust-analyzer stable and nightly; I haven't been able to find any other information about this so I wonder if it's coc.nvim.
Before importing (properly formatted via rustfmt):
After auto-import (formatted as long line; formatting manually afterwards fixes it):
The text was updated successfully, but these errors were encountered: