Skip to content

Commit d920ff3

Browse files
committed
---
yaml --- r: 37147 b: refs/heads/try c: d2efd7e h: refs/heads/master i: 37145: 09da627 37143: bd3bda3 v: v3
1 parent 43fd35b commit d920ff3

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: 27490769cee7d06e5514786a4728260ab4dcc36b
5+
refs/heads/try: d2efd7edf70be1a97b7de8709231963bb45ae33f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/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)