Skip to content

Commit

Permalink
Ship clippy in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jul 7, 2018
1 parent 5a7e0f8 commit c98f25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
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 c98f25b

Please sign in to comment.