dnsl48 / fraction

[Rust] Lossless fractions and decimals; drop-in float replacement
Apache License 2.0
83 stars 25 forks source link

I think this is the changes you wanted. #75

Closed DrAlta closed 1 year ago

DrAlta commented 1 year ago

I ran it through clippy::pedantic and fixed everything it complained about. https://github.com/dnsl48/fraction/pull/74#issuecomment-1336270692

dnsl48 commented 1 year ago

Hey, sure, no worries, we've made a follow-up patch for that in another PR - https://github.com/dnsl48/fraction/pull/76

dnsl48 commented 1 year ago

We have published the patch with 0.12.2. Thank you for the contribution @DrAlta!