mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix the clippy warnings
This commit is contained in:
parent
e0730b55b3
commit
cfd1b2cc97
11 changed files with 64 additions and 68 deletions
|
@ -1613,7 +1613,6 @@ mod tests {
|
|||
// Create 200 documents with a long text
|
||||
let content = {
|
||||
let documents_iter = (0..200i32)
|
||||
.into_iter()
|
||||
.map(|i| serde_json::json!({ "id": i, "script": script }))
|
||||
.filter_map(|json| match json {
|
||||
serde_json::Value::Object(object) => Some(object),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue