mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix result types
This commit is contained in:
parent
70802eb7c7
commit
08d6413365
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ impl<'doc> DelAddFacetValue<'doc> {
|
|||
docid: DocumentId,
|
||||
sender: &FieldIdDocidFacetSender,
|
||||
doc_alloc: &Bump,
|
||||
) -> std::result::Result<(), crossbeam_channel::SendError<()>> {
|
||||
) -> crate::Result<()> {
|
||||
let mut buffer = bumpalo::collections::Vec::new_in(doc_alloc);
|
||||
for ((fid, value), deladd) in self.strings {
|
||||
if let Ok(s) = std::str::from_utf8(&value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue