From e2ea620ecd6063e161a9384cf003877eef65cf79 Mon Sep 17 00:00:00 2001 From: Junyi Ou Date: Wed, 26 Aug 2026 16:09:09 -0400 Subject: [PATCH] chore: install rust-analyzer with the toolchain Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7855e6d5..26b96c6e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "1.88.0" -components = ["rustfmt", "clippy"] +components = ["rustfmt", "clippy", "rust-analyzer"]