* Organize imports Use rustfmt to organize imports. Resolve #162 * remove unused imports * Fix clippy complaints * add clippy github action * remove comment for @arnaucube
3 lines
78 B
TOML
3 lines
78 B
TOML
[toolchain]
|
|
channel = "nightly-2025-01-20"
|
|
components = ["clippy", "rustfmt"]
|