]> git.lizzy.rs Git - rust.git/commit
Basic implementation of `cargo clippy --all`
authorBenjamin Gill <git@bgill.eu>
Fri, 18 Aug 2017 16:57:33 +0000 (17:57 +0100)
committerBenjamin Gill <git@bgill.eu>
Sun, 20 Aug 2017 04:00:49 +0000 (05:00 +0100)
commit1265b4647873932ede92cf06d6f2effc2f4f73b3
treed43aa23f993cee448b5ab7bcb211c440c96f2e99
parent7cdaeae1b877ca03b26ccb9b82754b826b03da5d
Basic implementation of `cargo clippy --all`

This implements workspace support for `cargo clippy` by running clippy
over all packages in the workspace (in serial).

This should probably be parallelised in future (as `cargo build --all`).
src/main.rs