File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ fn from_rtio(ip: rtio::IpAddr) -> IpAddr {
4343}
4444
4545fn with_addresses_io < A : ToSocketAddr , T > (
46- addr : A ,
46+ addr : A ,
4747 action : |& mut rtio:: IoFactory , rtio:: SocketAddr | -> Result < T , rtio:: IoError >
4848) -> Result < T , IoError > {
4949 const DEFAULT_ERROR : IoError = IoError {
Original file line number Diff line number Diff line change @@ -313,8 +313,8 @@ pub struct TcpListener {
313313}
314314
315315impl TcpListener {
316- /// Creates a new `TcpListener` which will be bound to the specified address.
317- /// This listener is not ready for accepting connections, `listen` must be called
316+ /// Creates a new `TcpListener` which will be bound to the specified address.
317+ /// This listener is not ready for accepting connections, `listen` must be called
318318 /// on it before that's possible.
319319 ///
320320 /// Binding with a port number of 0 will request that the OS assigns a port
You can’t perform that action at this time.
0 commit comments