Did you mean to block nightlies on clippy?

This commit is contained in:
Oliver Schneider 2018-05-28 13:34:29 +02:00
parent 48af7714d8
commit 8f55152f84
7 changed files with 162 additions and 7 deletions

View file

@ -118,7 +118,7 @@ impl Step for ToolBuild {
let mut duplicates = Vec::new();
let is_expected = compile::stream_cargo(builder, &mut cargo, &mut |msg| {
// Only care about big things like the RLS/Cargo for now
if tool != "rls" && tool != "cargo" {
if tool != "rls" && tool != "cargo" && tool != "clippy-driver" {
return
}
let (id, features, filenames) = match msg {