Skip to content

Commit c8040f9

Browse files
committed
---
yaml --- r: 33254 b: refs/heads/snap-stage3 c: d2efd7e h: refs/heads/master v: v3
1 parent 09ec1b0 commit c8040f9

File tree

2 files changed

+4
-4
lines changed

2 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: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 27490769cee7d06e5514786a4728260ab4dcc36b
4+
refs/heads/snap-stage3: d2efd7edf70be1a97b7de8709231963bb45ae33f
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/sync.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ impl &Sem<~[mut Waitqueue]> {
146146
}
147147
}
148148

149-
// FIXME(#3136) should go inside of access()
149+
// FIXME(#3588) should go inside of access()
150150
#[doc(hidden)]
151151
struct SemRelease {
152152
sem: &Sem<()>,
@@ -577,7 +577,7 @@ impl &RWlock {
577577
}
578578
}
579579
580-
// FIXME(#3136) should go inside of read()
580+
// FIXME(#3588) should go inside of read()
581581
#[doc(hidden)]
582582
struct RWlockReleaseRead {
583583
lock: &RWlock,
@@ -606,7 +606,7 @@ fn RWlockReleaseRead(lock: &r/RWlock) -> RWlockReleaseRead/&r {
606606
}
607607
}
608608
609-
// FIXME(#3136) should go inside of downgrade()
609+
// FIXME(#3588) should go inside of downgrade()
610610
#[doc(hidden)]
611611
struct RWlockReleaseDowngrade {
612612
lock: &RWlock,

0 commit comments

Comments
 (0)