Skip to content

Commit 709eaf0

Browse files
committed
rust-toolchain.toml: Use "rustfmt" rather than "rustfmt-preview"
1 parent f52bfd9 commit 709eaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "nightly-2022-08-08"
3-
components = ["rustfmt-preview", "rustc-dev", "rust-src", "miri", "rust-analyzer"]
3+
components = ["rustfmt", "rustc-dev", "rust-src", "miri", "rust-analyzer"]

0 commit comments

Comments
 (0)