mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-02 18:25:31 +00:00
Implement Step for ascii::Char This allows iterating over ranges of `ascii::Char`, similarly to ranges of `char`. Note that `ascii::Char` is still unstable, tracked in #110998.