"fix" last warnings

This commit is contained in:
Louis Dureuil 2024-11-20 14:03:52 +01:00
parent 7cb8732b45
commit cae8c89467
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -204,7 +204,7 @@ fn merge_btreesets(
result.extend(add);
}
/// TODO remove allocation
// TODO remove allocation
let result = SerdeJson::bytes_encode(&result).map_err(heed::Error::Encoding)?.into_owned();
if Some(result.as_ref()) == current {
Ok(Operation::Ignore)