Closed kamalmarhubi closed 8 years ago
impl Neg for Wrapping was added in 1.10.
Thanks for the PR!
Negation might panic (which is why I'm using Wrapping in the first place). Can you change it so you're using wrapping_neg?
Wrapping
Ah of course! Done.
Thanks
impl Neg for Wrapping was added in 1.10.