arcnmx / cargo-clippy

cargo clippy
MIT License
68 stars 11 forks source link

Run clippy on all targets #10

Open euclio opened 8 years ago

euclio commented 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.