File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/snap-stage3/src/libstd/sync Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 40fb87d40f681f5356af42175fc7b85da387f037
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 3ee9f0df5482c4a99092e553c51e3c108cc850af
4
+ refs/heads/snap-stage3: 892d4e28f4021ffa815649ec3a52f22f929b3708
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 @@ -52,8 +52,8 @@ impl<'a> Drop for Sentinel<'a> {
52
52
/// # Example
53
53
///
54
54
/// ```rust
55
- /// # use sync::TaskPool;
56
- /// # use iter::AdditiveIterator;
55
+ /// # use std:: sync::TaskPool;
56
+ /// # use std:: iter::AdditiveIterator;
57
57
///
58
58
/// let pool = TaskPool::new(4u);
59
59
///
You can’t perform that action at this time.
0 commit comments