Fix the compilation error of the dependency versions

This commit is contained in:
Kerollmops
2022-03-14 17:13:07 +01:00
parent 63682c2c9a
commit 21ec334dcc
6 changed files with 27 additions and 23 deletions

View File

@ -587,8 +587,7 @@ mod test {
values.push(rng.gen());
}
values.sort_unstable();
RoaringBitmap::from_sorted_iter(values.into_iter())
RoaringBitmap::from_sorted_iter(values.into_iter()).unwrap()
}
TestContext {