Skip to content

Commit 6f77fcb

Browse files
committed
Comments only: update issue number for FIXME
1 parent 48a4bca commit 6f77fcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/send_map.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ mod linear {
2828
buckets: ~[option<Bucket<K,V>>]})
2929
}
3030

31-
// FIXME(#2979) -- with #2979 we could rewrite found_entry
31+
// FIXME(#3148) -- we could rewrite found_entry
3232
// to have type option<&bucket<K,V>> which would be nifty
33+
// However, that won't work until #3148 is fixed
3334
enum SearchResult {
3435
FoundEntry(uint), FoundHole(uint), TableFull
3536
}

0 commit comments

Comments
 (0)