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
It seems that cargo fmt --all only use 1 core, if the cargo project has many .rs file, cargo fmt --all is slow, may take several seconds or minutes. I think we should refactor cargo fmt --all to use multi-threads.