diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 15:32:09 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 16:00:30 -0700 |
| commit | d2efd7edf70be1a97b7de8709231963bb45ae33f (patch) | |
| tree | afb15c48d1d1494786289739e816ed8ad2fbd3e8 /src/libstd | |
| parent | 27490769cee7d06e5514786a4728260ab4dcc36b (diff) | |
| download | rust-d2efd7edf70be1a97b7de8709231963bb45ae33f.tar.gz rust-d2efd7edf70be1a97b7de8709231963bb45ae33f.zip | |
Update FIXME number
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/sync.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/sync.rs b/src/libstd/sync.rs index 908f3936f4e..dd1dab83587 100644 --- a/src/libstd/sync.rs +++ b/src/libstd/sync.rs @@ -146,7 +146,7 @@ impl &Sem<~[mut Waitqueue]> { } } -// FIXME(#3136) should go inside of access() +// FIXME(#3588) should go inside of access() #[doc(hidden)] struct SemRelease { sem: &Sem<()>, @@ -577,7 +577,7 @@ impl &RWlock { } } -// FIXME(#3136) should go inside of read() +// FIXME(#3588) should go inside of read() #[doc(hidden)] struct RWlockReleaseRead { lock: &RWlock, @@ -606,7 +606,7 @@ fn RWlockReleaseRead(lock: &r/RWlock) -> RWlockReleaseRead/&r { } } -// FIXME(#3136) should go inside of downgrade() +// FIXME(#3588) should go inside of downgrade() #[doc(hidden)] struct RWlockReleaseDowngrade { lock: &RWlock, |
