mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +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``