about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorO01eg <o01eg@yandex.ru>2018-07-17 19:39:54 +0300
committerGitHub <noreply@github.com>2018-07-17 19:39:54 +0300
commit3df43098a4b2245cee7b31273fede0d527963d35 (patch)
treee3ea0baa29fddee243faeaba4ca79ba0f530de0d /src/bootstrap
parent4bff385fdadb999f19afb7b1482df7863034d742 (diff)
downloadrust-3df43098a4b2245cee7b31273fede0d527963d35.tar.gz
rust-3df43098a4b2245cee7b31273fede0d527963d35.zip
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.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/builder.rs2
1 files changed, 2 insertions, 0 deletions
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