From 14d9e00408b1cb8e156195690c21021f703795ac Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Mon, 6 Jan 2025 11:42:57 +0100 Subject: [PATCH 1/2] add rust-analyzer to the toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ca7437e6..52792c5f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] profile = "minimal" channel = "1.78" -components = ["rustfmt", "clippy"] +components = ["rustfmt", "clippy","rust-analyzer"] -- GitLab From 22ac6163a3b09cb91ad9653257036ec96dfb203c Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Mon, 6 Jan 2025 11:46:49 +0100 Subject: [PATCH 2/2] format TOML --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 52792c5f..2c00fd6a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] profile = "minimal" channel = "1.78" -components = ["rustfmt", "clippy","rust-analyzer"] +components = ["rustfmt", "clippy", "rust-analyzer"] -- GitLab