Comments only: update issue number for FIXME

This commit is contained in:
Tim Chevalier 2012-08-22 14:54:57 -07:00
parent 48a4bca066
commit 6f77fcbd07

View File

@ -28,8 +28,9 @@ mod linear {
buckets: ~[option<Bucket<K,V>>]})
}
// FIXME(#2979) -- with #2979 we could rewrite found_entry
// FIXME(#3148) -- we could rewrite found_entry
// to have type option<&bucket<K,V>> which would be nifty
// However, that won't work until #3148 is fixed
enum SearchResult {
FoundEntry(uint), FoundHole(uint), TableFull
}