From 88063d24431652f03a21c8044fe5a1881b8ac4aa Mon Sep 17 00:00:00 2001 From: Bill Mill Date: Tue, 4 Aug 2026 09:58:36 -0400 Subject: [PATCH] devx: remove rust-toolchain.toml no longer necessary now we have mise --- rust-toolchain.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 711b3a4..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,3 +0,0 @@ -[toolchain] -channel = "1.92.0" -components = ["clippy", "rustfmt"]