mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
adc3f8a44b
Replace unwrap with ? in TcpListener doc The example in TcpListener doc returns `std::io::Result<()>` but the code inside the function uses `unwrap()` instead of `?`.