Skip to content

Commit c98f25b

Browse files
Ship clippy in manifests
1 parent 5a7e0f8 commit c98f25b

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ impl Builder {
261261
self.rust_version = self.version("rust", "x86_64-unknown-linux-gnu");
262262
self.cargo_version = self.version("cargo", "x86_64-unknown-linux-gnu");
263263
self.rls_version = self.version("rls", "x86_64-unknown-linux-gnu");
264+
self.clippy_version = self.version("clippy", "x86_64-unknown-linux-gnu");
264265
self.rustfmt_version = self.version("rustfmt", "x86_64-unknown-linux-gnu");
265266
self.llvm_tools_version = self.version("llvm-tools", "x86_64-unknown-linux-gnu");
266267

0 commit comments

Comments
 (0)