From ead1466b2d9f6561af43cc031074f4caffb462a6 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Aug 2025 23:33:16 -0500 Subject: [PATCH] chore: specify 'llvm-tools-preview' toolchain component for coverage in toolchain file --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cf6d0f5..17d5023 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] channel = "1.86.0" +components = ["rustfmt", "llvm-tools-preview", "clippy"]