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 {
43
43
}
44
44
45
45
fn with_addresses_io < A : ToSocketAddr , T > (
46
- addr : A ,
46
+ addr : A ,
47
47
action : |& mut rtio:: IoFactory , rtio:: SocketAddr | -> Result < T , rtio:: IoError >
48
48
) -> Result < T , IoError > {
49
49
const DEFAULT_ERROR : IoError = IoError {
Original file line number Diff line number Diff line change @@ -313,8 +313,8 @@ pub struct TcpListener {
313
313
}
314
314
315
315
impl 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
318
318
/// on it before that's possible.
319
319
///
320
320
/// 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