mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
Remove rustfmt from rust-toolchain file
We use latest nightly rustfmt in our tests anyway
This commit is contained in:
parent
03a0dd599d
commit
03737e2247
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue