From 1e446d57c4fda70b0b5c5231637035cca080c0fd Mon Sep 17 00:00:00 2001 From: Sofus Addington Date: Sun, 4 Aug 2024 20:39:00 +0200 Subject: [PATCH] Undo changes to toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 266aa210..7c7cb7f4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "1.74.0" -components = ["rustfmt", "rust-src", "clippy", "rust-analyzer"] +components = ["rustfmt", "rust-src", "clippy"]