parity-common
parity-common copied to clipboard
uint: make max_value const, test, simplify and deprecate
~Based on #650 (merge this first)~
We should probably deprecate max_value
instead as it's deprecated in std: https://doc.rust-lang.org/std/primitive.u64.html#method.max_value.
Right. Saw this too along the way. I deprecated it now.