feat: clean up part 1

This commit is contained in:
Kat Inskip 2025-10-18 04:31:20 -07:00
parent 6841142729
commit 77826ad4cd
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 132 additions and 98 deletions

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "stable"
components = ["rust-src", "clippy", "rust-analyzer"]
components = ["rust-src", "rustc-dev"]
targets = ["riscv32imc-unknown-none-elf"]