Skip to content

fix: used panic sometimes when converting to Decimal inside an arithmetic operation

Georgy Moshkin requested to merge gmoshkin/decimal-fix-panic into master

Summary

  • fix: used panic sometimes when converting to Decimal inside an arithmetic operation

Closes #190 (closed)

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Georgy Moshkin

Merge request reports