]> git.lizzy.rs Git - rust.git/commit
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)
commita28701a928f8d6ab0299b10708441f7234ba7133
tree299416de6454012b2e3faae4b8bf0426e3d62152
parent0728b710347aa80dfc05de29bfed4ed5fc023818
parenteb5e9ab145b8d7c0ecb9a0658b58238f1af6b01e
Auto merge of #38304 - sfackler:no-ipv6only, r=alexcrichton

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