diff --git a/src/client.rs b/src/client.rs index 7473c0a..8a47df2 100644 --- a/src/client.rs +++ b/src/client.rs @@ -654,7 +654,6 @@ impl QdrantClient { let collection_name = collection_name.to_string(); let collection_name_ref = collection_name.as_str(); let ordering_ref = ordering.as_ref(); - let operations = operations.clone(); Ok(self .with_points_client(|mut points_api| async move { Ok(points_api