File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 27490769cee7d06e5514786a4728260ab4dcc36b
2
+ refs/heads/master: d2efd7edf70be1a97b7de8709231963bb45ae33f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
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