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
Related to discussion here, I stumbled upon a nightly rust fmt option that allows to configure imports grouping and granularity. Therefore, should be able to keep imports organized effortlessly.
To match rust analyzer formatter with the command run by CI, We also can add the below line to the VS Code’s settings.json:
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
The text was updated successfully, but these errors were encountered:
Background
Related to discussion here, I stumbled upon a nightly rust fmt option that allows to configure imports grouping and granularity. Therefore, should be able to keep imports organized effortlessly.
To match rust analyzer formatter with the command run by CI, We also can add the below line to the VS Code’s
settings.json
:The text was updated successfully, but these errors were encountered: