Skip to content

Commit ddfd100

Browse files
committed
---
yaml --- r: 158703 b: refs/heads/snap-stage3 c: 7af0cb8 h: refs/heads/master i: 158701: e9d5aec 158699: d4590a6 158695: 2d33038 158687: 595726a v: v3
1 parent 4b17f3f commit ddfd100

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 0b48001c28329392b26961eaf1c3ed293a352d6f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7d379fa78f78a3b88245d73a6d9aa1d2725c304c
4+
refs/heads/snap-stage3: 7af0cb8af79ea6abd683c61d77e41b14a1242d23
55
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libstd/io/net/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn from_rtio(ip: rtio::IpAddr) -> IpAddr {
4343
}
4444

4545
fn 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 {

branches/snap-stage3/src/libstd/io/net/tcp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ pub struct TcpListener {
313313
}
314314

315315
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
318318
/// on it before that's possible.
319319
///
320320
/// Binding with a port number of 0 will request that the OS assigns a port

0 commit comments

Comments
 (0)