Skip to content

Commit 3df4309

Browse files
authored
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.
1 parent 4bff385 commit 3df4309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/builder.rs

+2
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ impl<'a> Builder<'a> {
459459
dist::Cargo,
460460
dist::Rls,
461461
dist::Rustfmt,
462+
dist::Clippy,
462463
dist::LlvmTools,
463464
dist::Extended,
464465
dist::HashSign
@@ -469,6 +470,7 @@ impl<'a> Builder<'a> {
469470
install::Cargo,
470471
install::Rls,
471472
install::Rustfmt,
473+
install::Clippy,
472474
install::Analysis,
473475
install::Src,
474476
install::Rustc

0 commit comments

Comments
 (0)