mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-08-01 03:10:04 +00:00
Remove more warnings
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user