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:
parent
4bff385fda
commit
3df43098a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user