Skip to content

Commit

Permalink
Allow clippy to be installed with make install
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
o01eg authored Jul 17, 2018
1 parent 4bff385 commit 3df4309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ impl<'a> Builder<'a> {
dist::Cargo,
dist::Rls,
dist::Rustfmt,
dist::Clippy,
dist::LlvmTools,
dist::Extended,
dist::HashSign
Expand All @@ -469,6 +470,7 @@ impl<'a> Builder<'a> {
install::Cargo,
install::Rls,
install::Rustfmt,
install::Clippy,
install::Analysis,
install::Src,
install::Rustc
Expand Down

0 comments on commit 3df4309

Please sign in to comment.