From 6c88272e5815e1b7455ad471952f102c983ed7a6 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 30 Mar 2026 13:24:18 +0300 Subject: [PATCH] chore: rust-toolchain file --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 52b5624..d0ead5e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "stable" -components = ["clippy", "rustfmt", "chef"] +components = ["clippy", "rustfmt"]