Closed NoraCodes closed 2 years ago
Just fix a typo
[x] Cargo Format
cargo fmt
[x] Clippy lints
cargo clippy -- -Dwarnings
cargo clippy --fix
Thanks
Just fix a typo
[x] Cargo Format
cargo fmt
on the project.[x] Clippy lints
cargo clippy -- -Dwarnings
on the project to check for suggestionscargo clippy --fix
to let clippy apply the suggestions itself, if any.