]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #71830 - oli-obk:subrepo_funness, r=Mark-Simulacrum
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 5 May 2020 10:55:09 +0000 (12:55 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 10:55:09 +0000 (12:55 +0200)
commita49d2b7a74a36db82be76a2ad04f647fc399811b
treec88914f7031b91a9f37aa47a1e1e59bdbe64f6be
parent12fc1e0fa515e7039f403193fda63ae5b01945bf
parent675b585931d870ad4207d60ef43179390526a2fc
Rollup merge of #71830 - oli-obk:subrepo_funness, r=Mark-Simulacrum

Remove clippy from some leftover lists of "possibly failing" tools

https://github.com/rust-lang/rust/pull/70655 successfully made clippy get built and tested on CI on every merge, but the lack of emitted toolstate info caused the toolstate to get updated to test-fail. We should remove clippy entirely from toolstate, as it now is always test-pass.

The changes made in this PR reflect what we do for `rustdoc`, which is our preexisting tool that is gated on CI.

r? @Mark-Simulacrum