1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-21 20:51:11 +00:00
uutils-coreutils/src/uu/factor
nicoo 42b048d316
factor: Get rid of the custom OverflowingAdd trait (#1697)
* factor: Confine knowledge of num_traits to numeric::traits

This should make it easier to deal with API changes of num_traits,
or eventually switching to an abstraction provided in the stdlib.
2021-01-21 15:27:22 +01:00
..
benches factor::numeric::gcd: Add criterion-powered benchmark 2020-07-24 22:58:26 +02:00
src factor: Get rid of the custom OverflowingAdd trait (#1697) 2021-01-21 15:27:22 +01:00
build.rs factor: Get rid of the custom OverflowingAdd trait (#1697) 2021-01-21 15:27:22 +01:00
Cargo.toml factor: Get rid of the custom OverflowingAdd trait (#1697) 2021-01-21 15:27:22 +01:00
sieve.rs docs ~ spell-check repairs and addition of exceptions 2020-05-30 01:36:02 -05:00