Skip to content

Commit a4c1d80

Browse files
committed
use Relation::from_vec instead of the iterator From impl
1 parent c1aec5e commit a4c1d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/treefrog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub fn leapjoin_into<'a, Tuple: Ord, Val: Ord + 'a, Result: Ord>(
4646
}
4747
}
4848

49-
output.insert(result.into());
49+
output.insert(Relation::from_vec(result));
5050
}
5151

5252
/// Methods to support treefrog leapjoin.

0 commit comments

Comments
 (0)