Open euclio opened 8 years ago
rustfmt provides the cargo fmt command that automatically runs rustfmt on all binary and library targets. It would be useful to allow cargo clippy do this as well.
cargo fmt
rustfmt
rustfmt provides the
cargo fmt
command that automatically runsrustfmt
on all binary and library targets. It would be useful to allow cargo clippy do this as well.