Robbepop / apint

Arbitrary precision integers library.
Other
26 stars 4 forks source link

Fix clippy warnings #48

Closed Robbepop closed 3 years ago

Robbepop commented 5 years ago

There are tons of clippy warnings especially in the arithmetics.rs module. We should fix them as soon as possible since they indicate code small and potential performance regressions.

AaronKutch commented 5 years ago

Be sure to be using the latest nightly for now. During my development, some things were changed or even renamed.

Robbepop commented 3 years ago

During introduction of the new GitHub Actions based CI I just fixed all clippy warnings: https://github.com/Robbepop/apint/pull/64