Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton

Allow clippy to be installed with make install

After #51122 clippy is available as a component but doesn't install when building from source.

This PR allows to install clippy with extended tools.
This commit is contained in:
kennytm 2018-07-18 22:35:01 +08:00 committed by GitHub
commit fa9f91d9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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