acadia/rust-toolchain.toml
Drew Galbraith 1a48911745
All checks were successful
Check / Check Rust (push) Successful in 20s
Add rust lint CI job. (#9)
Additionally fix the many lint errors that are occurring. (or disable them).

Reviewed-on: #9
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2025-12-14 09:02:59 +00:00

3 lines
107 B
TOML

[toolchain]
channel = "nightly-2025-10-02"
components = ["rustfmt", "rust-analyzer", "clippy", "rust-src"]