fix(get rid of old toolchain file)

This commit is contained in:
Brooks J Rady 2021-02-23 17:57:15 +00:00
parent a82cc8fbcb
commit 57dc07409d

View file

@ -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 = [ ]