mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-10 21:56:27 +00:00
Make clippy happy
This commit is contained in:
committed by
Clément Renault
parent
9184b12a26
commit
2fdfe79400
@@ -146,7 +146,7 @@ fn compute_level(
|
|||||||
writer.insert(left_bound, &ser_buffer)?;
|
writer.insert(left_bound, &ser_buffer)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
writer_into_reader(writer).map_err(Into::into)
|
writer_into_reader(writer)
|
||||||
})
|
})
|
||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user