dnsl48 / fraction

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

Clippy / allow manual filtering in GenericFraction::to_i64 #80

Closed dnsl48 closed 1 year ago

dnsl48 commented 1 year ago

Removes the suboptimal clippy warning introduced in its recent versions.