File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
branches/snap-stage3/src/libstd 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
2
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 27490769cee7d06e5514786a4728260ab4dcc36b
4
+ refs/heads/snap-stage3: d2efd7edf70be1a97b7de8709231963bb45ae33f
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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