Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Oct 6, 2023
1 parent 0b945f1 commit 200b02e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 200b02e

Please sign in to comment.