mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 04:15:30 +00:00
Use `carrying_{mul|add}` in `num::bignum`
Now that we have (unstable) methods for this, we don't need the bespoke trait methods for it in the `bignum` implementation.
cc #85532