]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #38304 - sfackler:no-ipv6only, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 6 Jan 2017 16:55:06 +0000 (16:55 +0000)
committerbors <bors@rust-lang.org>
Fri, 6 Jan 2017 16:55:06 +0000 (16:55 +0000)
Deprecate TcpListener::set_only_v6

This was supposed to have been removed in #33124 but snuck through :(

Should the docs be removed?

I left the accessor undeprecated since it should actually work, though that method doesn't exist on other networking types.

r? @alexcrichton
cc @rust-lang/libs


Trivial merge