mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
28449daa22
This means that `EscapeIterInner::as_str` no longer needs unsafe code, because the type system ensures the internal buffer is only ASCII, and thus valid UTF-8.