Using PreciseNumber for underlaying calculations #13
Annotations
3 errors
Run cargo clippy --all-features -- -D warnings -D clippy::all -D clippy::nursery -D clippy::integer_division -D clippy::arithmetic_side_effects -D clippy::style -D clippy::perf:
core/src/precise_numbers.rs#L22
methods with the following characteristics: (`to_*` and `self` type is `Copy`) usually take `self` by value
|
Run cargo clippy --all-features -- -D warnings -D clippy::all -D clippy::nursery -D clippy::integer_division -D clippy::arithmetic_side_effects -D clippy::style -D clippy::perf:
core/src/precise_numbers.rs#L26
methods with the following characteristics: (`to_*` and `self` type is `Copy`) usually take `self` by value
|
|
Loading