mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
0f06e36603
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``