Add rustfmt as a component to rust-toolchain

This commit is contained in:
Gwilym Inzani 2023-03-23 22:17:02 +00:00
parent ec3e43da56
commit 8a3660733d
7 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "clippy"]
components = ["rust-src", "clippy", "rustfmt"]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "clippy"]
components = ["rust-src", "clippy", "rustfmt"]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "clippy"]
components = ["rust-src", "clippy", "rustfmt"]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "clippy"]
components = ["rust-src", "clippy", "rustfmt"]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "clippy"]
components = ["rust-src", "clippy", "rustfmt"]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "clippy"]
components = ["rust-src", "clippy", "rustfmt"]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "clippy"]
components = ["rust-src", "clippy", "rustfmt"]