Add rust lint CI job.
Some checks failed
Check / Check Rust (pull_request) Failing after 1s

This commit is contained in:
Drew 2025-12-13 23:16:33 -08:00
parent 311755c812
commit 5c3d4ac7a9
30 changed files with 177 additions and 108 deletions

View file

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