Open carrascomj opened 4 years ago
Friendly pinging @ztlpn, let me know if you prefer me to split this PR in clippy fixes and CI, or just remove clippy from the CI and approach the clippy part in the future. I realize that the clippy stuff scaled pretty quickly.
Also, it is not at all urgent for me, so take your time, I know people are busy in these times.
Closes #3
Description
A Continuous Integration workflow with clippy, fmt, build and test.
Implementation
In order to comply with clippy. a lot of lines were changed. Most of it is stylistic but #float_cmp required some additions to
helpers.rs
.