mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
"fix" last warnings
This commit is contained in:
parent
7cb8732b45
commit
cae8c89467
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue