Skip to content

Commit fa9f91d

Browse files
authored
Rollup merge of rust-lang#52464 - o01eg:patch-1, r=alexcrichton
Allow clippy to be installed with make install After rust-lang#51122 clippy is available as a component but doesn't install when building from source. This PR allows to install clippy with extended tools.
2 parents 5dd3275 + 3df4309 commit fa9f91d

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)