summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-02-23 17:57:15 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2021-02-23 17:57:15 +0000
commit57dc07409d0f431a74f2fed8e9259a0df4e7cb95 (patch)
tree5b0c9df9e851b4cc6542bd010702940d43677018 /rust-toolchain.toml
parenta82cc8fbcbc4c89afe96450cfc2472009887215b (diff)
fix(get rid of old toolchain file)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
deleted file mode 100644
index fa54aff15..000000000
--- 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 = [ ]