Skip to content

Commit

Permalink
Rollup merge of rust-lang#52131 - Mark-Simulacrum:ship-clippy, r=kennytm
Browse files Browse the repository at this point in the history
Ship clippy in manifests

cc @Manishearth
r? @kennytm
  • Loading branch information
Mark-Simulacrum authored Jul 7, 2018
2 parents f532daa + c98f25b commit cea56a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ impl Builder {
self.rust_version = self.version("rust", "x86_64-unknown-linux-gnu");
self.cargo_version = self.version("cargo", "x86_64-unknown-linux-gnu");
self.rls_version = self.version("rls", "x86_64-unknown-linux-gnu");
self.clippy_version = self.version("clippy", "x86_64-unknown-linux-gnu");
self.rustfmt_version = self.version("rustfmt", "x86_64-unknown-linux-gnu");
self.llvm_tools_version = self.version("llvm-tools", "x86_64-unknown-linux-gnu");

Expand Down

0 comments on commit cea56a1

Please sign in to comment.