diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-05-28 13:34:29 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-01 01:35:39 +0200 |
| commit | 8f55152f8480e40ff08486f5b107dd3a149b6b14 (patch) | |
| tree | 182b7ecad486203546ebafcef38d8e02b8de9b13 /src/bootstrap/tool.rs | |
| parent | 48af7714d81bfa9a30d2f0175968ca5232fa23b5 (diff) | |
| download | rust-8f55152f8480e40ff08486f5b107dd3a149b6b14.tar.gz rust-8f55152f8480e40ff08486f5b107dd3a149b6b14.zip | |
Did you mean to block nightlies on clippy?
Diffstat (limited to 'src/bootstrap/tool.rs')
| -rw-r--r-- | src/bootstrap/tool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 0a428a61d12..23b3f5a0826 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -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 { |
