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
rustfmt/cargo fmt is a cheap operation to check current rust file is format valid or not. It's cheaper than cargo check/cargo clippy, suggest add dry-run cargo fmt/rustfmt as a flycecker checker backend.