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