remove more warnings and fix some tests

This commit is contained in:
Louis Dureuil
2023-10-25 14:49:25 +02:00
parent fa6c7f65ca
commit 290e773d23
6 changed files with 19 additions and 59 deletions

View File

@ -566,7 +566,7 @@ mod tests {
#[test]
fn replace_all_identical_soft_deletion_then_hard_deletion() {
let mut index = TempIndex::new_with_map_size(4096 * 1000 * 100);
let index = TempIndex::new_with_map_size(4096 * 1000 * 100);
index
.update_settings(|settings| {