Skip to content

Commit

Permalink
Added publicity to TcpStream part of tuple struct CloneTcpStream.
Browse files Browse the repository at this point in the history
  • Loading branch information
apetrelli committed May 15, 2015
1 parent 03262d3 commit 38d44fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl NetworkListener for HttpListener {
}

#[doc(hidden)]
pub struct CloneTcpStream(TcpStream);
pub struct CloneTcpStream(pub TcpStream);

impl Clone for CloneTcpStream{
#[inline]
Expand Down

0 comments on commit 38d44fc

Please sign in to comment.