We are currently only doing cargo check to check that our code compiles. That is good, but rustlang has a pretty good tool called clippy, that helps find non-idiomatic constructions and calls that may be error-prone.
Replaces check by clippy + fmt and fixes some existing clippy issues.
We are currently only doing cargo check to check that our code compiles. That is good, but rustlang has a pretty good tool called clippy, that helps find non-idiomatic constructions and calls that may be error-prone.
Replaces check by clippy + fmt and fixes some existing clippy issues.