Clippy
github.com/rust-lang/rust-clippy
There are over 400 lints included in this crate!
rustup update # udpate rustup and compiler
rustup component add clippy # install clippy
cargo clippy # run clippy
github.com/rust-lang/rust-clippy
There are over 400 lints included in this crate!
rustup update # udpate rustup and compiler
rustup component add clippy # install clippy
cargo clippy # run clippy