mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 13:43:04 +00:00
6f6919231e
fix pad_integral example pad_integral's parameter `is_nonnegative - whether the original integer was either positive or zero`, but in example it checked as `self.nb > 0`, so it previously printed `-0` for `format!("{}", Foo::new(0)`, what is wrong. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |