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.
This commit is contained in:
O01eg 2018-07-17 19:39:54 +03:00 committed by GitHub
parent 4bff385fda
commit 3df43098a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,6 +459,7 @@ macro_rules! describe {
dist::Cargo,
dist::Rls,
dist::Rustfmt,
dist::Clippy,
dist::LlvmTools,
dist::Extended,
dist::HashSign
@ -469,6 +470,7 @@ macro_rules! describe {
install::Cargo,
install::Rls,
install::Rustfmt,
install::Clippy,
install::Analysis,
install::Src,
install::Rustc