Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
145: Remove Neg for BigUint r=cuviper a=cuviper A panicking implementation is useless, or worse because it still satisfies `T: Neg`. This artifact dates back to when `BigUint` was still in the standard library, but the rest of the primitive unsigned `Neg` implementations were removed before Rust 1.0. Co-authored-by: Josh Stone <[email protected]>
- Loading branch information