mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-11 06:06:32 +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_into_reader(writer).map_err(Into::into)
|
||||
writer_into_reader(writer)
|
||||
})
|
||||
.collect()
|
||||
}
|
||||
|
Reference in New Issue
Block a user