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

Remove the deprecated std::net::{lookup_host,LookupHost} #50435

Merged
merged 1 commit into from
May 4, 2018

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented May 3, 2018

These are unstable, and were deprecated by #47510, since Rust 1.25. The
internal sys implementations are still kept to support the call in the
common resolve_socket_addr.

These are unstable, and were deprecated by rust-lang#47510, since Rust 1.25.  The
internal `sys` implementations are still kept to support the call in the
common `resolve_socket_addr`.
@rust-highfive
Copy link
Collaborator

r? @sfackler

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 3, 2018
@sfackler
Copy link
Member

sfackler commented May 3, 2018

@bors r+

@bors
Copy link
Contributor

bors commented May 3, 2018

📌 Commit b539936 has been approved by sfackler

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 3, 2018
@bors
Copy link
Contributor

bors commented May 4, 2018

⌛ Testing commit b539936 with merge 0bfe307...

bors added a commit that referenced this pull request May 4, 2018
Remove the deprecated std::net::{lookup_host,LookupHost}

These are unstable, and were deprecated by #47510, since Rust 1.25.  The
internal `sys` implementations are still kept to support the call in the
common `resolve_socket_addr`.
@bors
Copy link
Contributor

bors commented May 4, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: sfackler
Pushing 0bfe307 to master...

@bors bors merged commit b539936 into rust-lang:master May 4, 2018
@cuviper cuviper deleted the rm-lookup_host branch March 27, 2019 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants