Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std: Reexport std::net::tcp::Incoming #25522

Merged
merged 1 commit into from May 17, 2015

Conversation

Projects
None yet
6 participants
@alexcrichton
Copy link
Member

alexcrichton commented May 17, 2015

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

Closes #25519

std: Reexport std::net::tcp::Incoming
This iterator was mistakenly not reexported at the top level, preventing
actually naming the type!

Closes #25519
@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented May 17, 2015

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned brson May 17, 2015

@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented May 17, 2015

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@sfackler

This comment has been minimized.

Copy link
Member

sfackler commented May 17, 2015

@bors r+ e5e722b rollup

Why didn't this hit the private-types-in-public-APIs check?

Manishearth added a commit to Manishearth/rust that referenced this pull request May 17, 2015

Rollup merge of rust-lang#25522 - alexcrichton:reexport-incoming, r=s…
…fackler

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

Closes rust-lang#25519

bors added a commit that referenced this pull request May 17, 2015

@bors bors merged commit e5e722b into rust-lang:master May 17, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@alexcrichton alexcrichton deleted the alexcrichton:reexport-incoming branch May 19, 2015

@alexcrichton alexcrichton added the T-libs label May 28, 2015

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Jun 9, 2015

triage: beta-accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.