File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ impl &Sem<~[mut Waitqueue]> {
146
146
}
147
147
}
148
148
149
- // FIXME(#3136 ) should go inside of access()
149
+ // FIXME(#3588 ) should go inside of access()
150
150
#[ doc( hidden) ]
151
151
struct SemRelease {
152
152
sem : & Sem < ( ) > ,
@@ -577,7 +577,7 @@ impl &RWlock {
577
577
}
578
578
}
579
579
580
- // FIXME(#3136 ) should go inside of read()
580
+ // FIXME(#3588 ) should go inside of read()
581
581
#[doc(hidden)]
582
582
struct RWlockReleaseRead {
583
583
lock: &RWlock,
@@ -606,7 +606,7 @@ fn RWlockReleaseRead(lock: &r/RWlock) -> RWlockReleaseRead/&r {
606
606
}
607
607
}
608
608
609
- // FIXME(#3136 ) should go inside of downgrade()
609
+ // FIXME(#3588 ) should go inside of downgrade()
610
610
#[doc(hidden)]
611
611
struct RWlockReleaseDowngrade {
612
612
lock: &RWlock,
You can’t perform that action at this time.
0 commit comments