Skip to content

Commit 3b663de

Browse files
committed
---
yaml --- r: 159992 b: refs/heads/try c: 7a86aa8 h: refs/heads/master v: v3
1 parent 0472ac4 commit 3b663de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: e09d98603e608c9e47d4c89f7b4dca87a4b56da3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9c96a79a74f10bed18b031ce0ac4126c56d6cfb3
5-
refs/heads/try: 065e39bb2fd439d792d8a8f72a7182dfc8b7c5a3
5+
refs/heads/try: 7a86aa83eea27529b1b8855cd4e2c8ce7bf787ef
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
//! The [`task`](task/index.html) module contains Rust's threading abstractions,
7777
//! while [`comm`](comm/index.html) contains the channel types for message
7878
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
79-
//! memory types, including [`atomics`](sync/atomics/index.html).
79+
//! memory types, including [`atomic`](sync/atomic/index.html).
8080
//!
8181
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
8282
//! timers, and process spawning, are defined in the [`io`](io/index.html) module.

0 commit comments

Comments
 (0)