Comments only: update issue number for FIXME
This commit is contained in:
parent
48a4bca066
commit
6f77fcbd07
1 changed files with 2 additions and 1 deletions
|
@ -28,8 +28,9 @@ mod linear {
|
||||||
buckets: ~[option<Bucket<K,V>>]})
|
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
|
// to have type option<&bucket<K,V>> which would be nifty
|
||||||
|
// However, that won't work until #3148 is fixed
|
||||||
enum SearchResult {
|
enum SearchResult {
|
||||||
FoundEntry(uint), FoundHole(uint), TableFull
|
FoundEntry(uint), FoundHole(uint), TableFull
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue