pod2/rust-toolchain.toml
Eduard S. 0759d6e165
Add clippy (#191)
* Organize imports

Use rustfmt to organize imports.  Resolve #162

* remove unused imports

* Fix clippy complaints

* add clippy github action

* remove comment for @arnaucube
2025-04-08 11:52:02 -07:00

3 lines
78 B
TOML

[toolchain]
channel = "nightly-2025-01-20"
components = ["clippy", "rustfmt"]