From 57dc07409d0f431a74f2fed8e9259a0df4e7cb95 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 23 Feb 2021 17:57:15 +0000 Subject: [PATCH] fix(get rid of old toolchain file) --- rust-toolchain.toml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index fa54aff1..00000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,8 +0,0 @@ -# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file -[toolchain] -# can be further pinned eg: -# date: "stable-2020-07-10" -# version: "nightly-1.0.0" -channel = "stable" -components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"] -# targets = [ ]