]> git.lizzy.rs Git - rust.git/commit
std: Reexport std::net::tcp::Incoming
authorAlex Crichton <alex@alexcrichton.com>
Sun, 17 May 2015 05:24:13 +0000 (22:24 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 17 May 2015 05:24:13 +0000 (22:24 -0700)
commite5e722bd3244c927fb672850805c3b3f3bd46e79
tree070f755268bac186503197ab705b73fda8ec2c9d
parent5e535eae5c4b70879aefc050a5fe0b8137c07eac
std: Reexport std::net::tcp::Incoming

This iterator was mistakenly not reexported at the top level, preventing
actually naming the type!

Closes #25519
src/libstd/net/mod.rs