File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
branches/snap-stage3/src/libstd/io/net Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 0b48001c28329392b26961eaf1c3ed293a352d6f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 7d379fa78f78a3b88245d73a6d9aa1d2725c304c
4
+ refs/heads/snap-stage3: 7af0cb8af79ea6abd683c61d77e41b14a1242d23
5
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
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