mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:15:20 +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.