mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
libstd: Fix botched exports for net_tcp
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
// tcp interfaces
|
||||
export TcpSocket;
|
||||
// buffered socket
|
||||
export TcpSocketBuf, SocketBuf;
|
||||
export TcpSocketBuf, socket_buf;
|
||||
// errors
|
||||
export TcpErrData, TcpConnectErrData;
|
||||
// operations on a tcp_socket
|
||||
|
||||
Reference in New Issue
Block a user