From 815e568caabc611f662ce372e3094bd9391c0caa Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Wed, 24 Jul 2024 23:55:16 -0500 Subject: [PATCH] *: remove rust-toolchain.toml --- rust-toolchain.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 08d9005..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,5 +0,0 @@ -[toolchain] -channel = "nightly" -components = [ "rust-analyzer" ] -targets = [ "x86_64-unknown-linux-gnu" ] -profile = "default"