tandemdrive / ocpi-tariffs

OCPI tariff calculations
Apache License 2.0
38 stars 9 forks source link

Fix arithmetic side effects #55

Closed remkop22 closed 1 year ago

remkop22 commented 1 year ago

The clippy lint arithmetic-side-effects ended up being a little to pedantic for some cases where it was trivial to guarantee no overflow was possible. This PR fixes the cases that the lint pointed out were problematic.