mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-04 06:01:35 +11:00
Add rustfmt as a component to rust-toolchain
This commit is contained in:
parent
ec3e43da56
commit
8a3660733d
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
components = ["rust-src", "clippy"]
|
components = ["rust-src", "clippy", "rustfmt"]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
components = ["rust-src", "clippy"]
|
components = ["rust-src", "clippy", "rustfmt"]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
components = ["rust-src", "clippy"]
|
components = ["rust-src", "clippy", "rustfmt"]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
components = ["rust-src", "clippy"]
|
components = ["rust-src", "clippy", "rustfmt"]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
components = ["rust-src", "clippy"]
|
components = ["rust-src", "clippy", "rustfmt"]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
components = ["rust-src", "clippy"]
|
components = ["rust-src", "clippy", "rustfmt"]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
components = ["rust-src", "clippy"]
|
components = ["rust-src", "clippy", "rustfmt"]
|
||||||
|
|
Loading…
Reference in a new issue