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
Apologies for a newbie question. But can I disable rustfmt on per-module or per-function level somehow? It would solve most of the problems. Could not find solution via search.
I'm using rust_cmd_lib to do some command execution, and on this simple command:
rustfmt formats it to:
Which is definitely not what I want.
The text was updated successfully, but these errors were encountered: