cmpute / dashu

A library set of arbitrary precision numbers implemented in Rust.
Apache License 2.0
74 stars 9 forks source link

Fix clippy warnings in tests #17

Closed eduardosm closed 1 year ago

eduardosm commented 1 year ago

Tested using

cargo clippy --all-targets
eduardosm commented 1 year ago

Done, I removed all allow(clippy::approx_constant) and used standard constant definitions instead.

cmpute commented 1 year ago

Thanks! I also changed the clippy args in the github workflow. Currently the dashu-macro crate is excluded, when your another PR is merged, we should be able to test on that crate as well.