Skip to content

Commit

Permalink
Rollup merge of rust-lang#52464 - o01eg:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kennytm committed Jul 18, 2018
2 parents 5dd3275 + 3df4309 commit fa9f91d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/builder.rs
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 fa9f91d

Please sign in to comment.