Skip to content

Commit 03737e2

Browse files
authored
Remove rustfmt from rust-toolchain file
We use latest nightly rustfmt in our tests anyway
1 parent 03a0dd5 commit 03737e2

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)