Add rust lint CI job.
All checks were successful
Check / Check Rust (pull_request) Successful in 22s
All checks were successful
Check / Check Rust (pull_request) Successful in 22s
This commit is contained in:
parent
311755c812
commit
000c9403d5
30 changed files with 178 additions and 108 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2025-10-02"
|
||||
components = ["rustfmt", "rust-analyzer"]
|
||||
components = ["rustfmt", "rust-analyzer", "clippy", "rust-src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue