mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
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:
commit
fa9f91d9b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user