mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
Add rustfmt as a component to rust-toolchain
This commit is contained in:
parent
ec3e43da56
commit
8a3660733d
7 changed files with 7 additions and 7 deletions
agb
book/games/pong
examples
combo
hyperspace-roll
the-hat-chooses-the-wizard
the-purple-night
template
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src", "clippy"]
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src", "clippy"]
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src", "clippy"]
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src", "clippy"]
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src", "clippy"]
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src", "clippy"]
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src", "clippy"]
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
|
|
Loading…
Add table
Reference in a new issue