unageek / inari

A Rust implementation of interval arithmetic (IEEE 1788)
MIT License
32 stars 2 forks source link

Extend arithmetic operator traits over refs #64

Closed Chris00 closed 2 years ago

Chris00 commented 2 years ago

This is convenient and std does it for standard types.

unageek commented 2 years ago

@Chris00 Could you investigate the Clippy errors?

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1637422554


Totals Coverage Status
Change from base Build 1591111864: 0.0%
Covered Lines: 2004
Relevant Lines: 2044

💛 - Coveralls
Chris00 commented 2 years ago

@Chris00 Could you investigate the Clippy errors?

Done. They were about the #[must_use] attribute when returning Self.

unageek commented 2 years ago

LGTM! Thank you so much!