mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
1cfd0b7c55
819247f1 changed <str as Debug>::fmt such that it does not escape single
quotes, but neglected to apply the same choice to OsString. This commit
does that.