mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
68d47def01
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