please
please copied to clipboard
add a CI pass to check the code with clippy
the clippy project provides useful advices on how to write Rust code, it would be nice to have those checks on every pull request, in the CI
cf https://dev.to/cad97/great-rust-ci-1fk6 to see how to do it