Remove rustfmt from rust-toolchain file

We use latest nightly rustfmt in our tests anyway
This commit is contained in:
Philipp Krones 2021-02-09 17:44:36 +01:00 committed by GitHub
parent 03a0dd599d
commit 03737e2247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-02-03"
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]