fmt
and clippy
subcommands are not suggested when cargo
is run without arguments
#8680
Labels
fmt
and clippy
subcommands are not suggested when cargo
is run without arguments
#8680
Problem
Finding
cargo fmt
andcargo clippy
is not very discoverable. The places it's mentioned are in the appendices to The Book (which I don't think many people read): https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html#automatic-formatting-with-rustfmt and on playground under 'tools'. It would be great to also suggest them with 'common cargo commands'.Steps
cargo
Possible Solution(s)
Near
doc
, addNotes
Output of
cargo version
:cargo 1.46.0 (149022b1d 2020-07-17)
The text was updated successfully, but these errors were encountered: