Open danlehmann opened 7 months ago
A user requested to add arbitrary_int::prelude which reexports u1, u2 etc. but skips things like the Number trait. That makes these types behave more like Rust built-in types and minimizes diffs in general.
arbitrary_int::prelude
A user requested to add
arbitrary_int::prelude
which reexports u1, u2 etc. but skips things like the Number trait. That makes these types behave more like Rust built-in types and minimizes diffs in general.