add flake checks and formatter, run some formatters

This commit is contained in:
cy 2025-05-11 00:32:41 -04:00
parent ce0e70f95a
commit 112654f448
4 changed files with 41 additions and 19 deletions

View file

@ -1,9 +1,4 @@
[toolchain]
channel = "nightly"
profile = "minimal"
components = [
"rust-src",
"rust-analyzer",
"rustfmt",
"clippy",
]
components = ["rust-src", "rust-analyzer", "rustfmt", "clippy"]