Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend test_format_u8 to include u8::MAX
This is equivalent to looping 0..=u8::MAX, except that `..=` syntax is not supported on old rustc and `...` syntax is not supported on new rustc, so loop it is.
- Loading branch information