Skip to content

Commit

Permalink
Let fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieluna committed Mar 3, 2025
1 parent 2964144 commit e4e48c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/toolchain/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,12 @@ impl Installable for RiscVTarget {
"minimal",
"--component",
"rust-src",
"--target", "riscv32imc-unknown-none-elf",
"--target", "riscv32imac-unknown-none-elf",
"--target", "riscv32imafc-unknown-none-elf",
"--target",
"riscv32imc-unknown-none-elf",
"--target",
"riscv32imac-unknown-none-elf",
"--target",
"riscv32imafc-unknown-none-elf",
])
.stdout(Stdio::null())
.stderr(Stdio::null())
Expand Down

0 comments on commit e4e48c3

Please sign in to comment.