Removed some warnings

This commit is contained in:
Louis Dureuil 2024-11-19 11:12:43 +01:00 committed by Clément Renault
parent 3cf1352ae1
commit 9e0eb5ebb0
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
4 changed files with 6 additions and 9 deletions

View file

@ -183,7 +183,7 @@ pub fn documents_batch_reader_from_objects(
mod test {
use std::io::Cursor;
use serde_json::{json, Value};
use serde_json::json;
use super::*;