Skip to content

Commit e5cb6cc

Browse files
committed
libstd: Fix botched exports for net_tcp
1 parent 901543f commit e5cb6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/net_tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use comm = core::comm;
1414
// tcp interfaces
1515
export TcpSocket;
1616
// buffered socket
17-
export TcpSocketBuf, SocketBuf;
17+
export TcpSocketBuf, socket_buf;
1818
// errors
1919
export TcpErrData, TcpConnectErrData;
2020
// operations on a tcp_socket

0 commit comments

Comments
 (0)