]> git.proxmox.com Git - cargo.git/commit
Auto merge of #7157 - ehuss:force-clippy, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 23 Jul 2019 15:57:17 +0000 (15:57 +0000)
committerbors <bors@rust-lang.org>
Tue, 23 Jul 2019 15:57:17 +0000 (15:57 +0000)
commitc8fad5bb076142fe29dc4cbaf733cd83b1daeada
treeb21eeab5b88c55244d2d0ee7b43a0cc760b24535
parent2b9b7e95a7cadac531d43711627881f7ac80294f
parent1c6d8bb415de9377ebb2ccf2cd20d521fa64c05d
Auto merge of #7157 - ehuss:force-clippy, r=alexcrichton

Force clippy to run.

This causes `cargo clippy-preview` to always run, instead of possibly emitting no output if it is run a second time.

This is just a personal preference of mine, but I think would be better behavior which we have talked about before.  I don't think the arguments that it should be "fast" like `cargo check` apply here.  Once [cache-messages](https://github.com/rust-lang/cargo/issues/6986) is stabilized, this can be removed.