mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-13 16:53:06 +00:00
Delegate `<SocketAddr as Debug>` to `ByteStr` This allows UTF-8 characters to be printed without escapes, rather than just ASCII. r? ``@joshtriplett``