Skip to content

Commit d2efd7e

Browse files
committed
Update FIXME number
1 parent 2749076 commit d2efd7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)