mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 03:20:39 +00:00
Add TcpListener::into_incoming and IntoIncoming The `incoming` method is really useful, however for some use cases the borrow this introduces is needlessly restricting. Thus, an owned variant is added. r? ``@joshtriplett``