mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
libstd: Fix botched exports for net_tcp
This commit is contained in:
parent
901543ff89
commit
e5cb6cc123
@ -14,7 +14,7 @@ use comm = core::comm;
|
||||
// tcp interfaces
|
||||
export TcpSocket;
|
||||
// buffered socket
|
||||
export TcpSocketBuf, SocketBuf;
|
||||
export TcpSocketBuf, socket_buf;
|
||||
// errors
|
||||
export TcpErrData, TcpConnectErrData;
|
||||
// operations on a tcp_socket
|
||||
|
Loading…
Reference in New Issue
Block a user