From 3df43098a4b2245cee7b31273fede0d527963d35 Mon Sep 17 00:00:00 2001 From: O01eg Date: Tue, 17 Jul 2018 19:39:54 +0300 Subject: [PATCH] Allow clippy to be installed with make install After #51122 clippy is available as a component but don't install when building from source. This PR allows to install clippy with extended tools. --- src/bootstrap/builder.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 79167b1fd5e..41a25d59c7a 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -459,6 +459,7 @@ impl<'a> Builder<'a> { dist::Cargo, dist::Rls, dist::Rustfmt, + dist::Clippy, dist::LlvmTools, dist::Extended, dist::HashSign @@ -469,6 +470,7 @@ impl<'a> Builder<'a> { install::Cargo, install::Rls, install::Rustfmt, + install::Clippy, install::Analysis, install::Src, install::Rustc