To install:
rustup component add clippyTo run on a cargo project in the current working directory:
cargo clippyTo automatically applying Clippy suggestions
cargo clippy --fixNovember 08, 2022
To install:
rustup component add clippyTo run on a cargo project in the current working directory:
cargo clippyTo automatically applying Clippy suggestions
cargo clippy --fix