mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
8f90d05657
Delegate `<SocketAddr as Debug>` to `ByteStr` This allows UTF-8 characters to be printed without escapes, rather than just ASCII. r? ``@joshtriplett``