This commit is contained in:
Tyera Eulberg 2021-09-23 13:39:53 -06:00
parent 254d9c8903
commit 98af19bde3

View File

@ -435,7 +435,8 @@ mod tests {
let mut r = vec![];
for bin in 0..map.num_buckets() {
r.append(
&mut map.items_in_range(bin, &None::<&std::ops::RangeInclusive<Pubkey>>),
&mut map
.items_in_range(bin, &None::<&std::ops::RangeInclusive<Pubkey>>),
);
}
r