Skip to content

Commit 5299190

Browse files
committed
---
yaml --- r: 2734 b: refs/heads/master c: 820ccf4 h: refs/heads/master v: v3
1 parent 8db1703 commit 5299190

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2d17d9101dc9de04888cacb5b29860200a0f11c7
2+
refs/heads/master: 820ccf4a1335dd3940118e41f72a11bd654bac99

trunk/src/lib/map.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ fn mk_hashmap[K, V](&hashfn[K] hasher, &eqfn[K] eqer) -> hashmap[K, V] {
180180
}
181181

182182
fn find(&K key) -> option::t[V] {
183-
// FIXME: should be 'be' but parametric tail-calls don't
184-
// work at the moment.
185-
ret find_common[K, V](hasher, eqer, bkts, nbkts, key);
183+
be find_common[K, V](hasher, eqer, bkts, nbkts, key);
186184
}
187185

188186
fn remove(&K key) -> option::t[V] {

0 commit comments

Comments
 (0)