Skip to content

Commit 08b4d50

Browse files
committed
Auto merge of #6709 - rust-lang:flip1995-patch-1, r=matthiaskrgr
Remove rustfmt from rust-toolchain file We use latest nightly rustfmt in our tests anyway r? `@matthiaskrgr` changelog: none
2 parents 03a0dd5 + 03737e2 commit 08b4d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "nightly-2021-02-03"
3-
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]
3+
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

0 commit comments

Comments
 (0)