Did you mean to block nightlies on clippy?
This commit is contained in:
parent
48af7714d8
commit
8f55152f84
7 changed files with 162 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue