We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de074d5 commit 6410730Copy full SHA for 6410730
src/client.rs
@@ -9,7 +9,7 @@ use crate::{
9
};
10
use serde::Deserialize;
11
use serde_json::{json, Value};
12
-use std::{collections::HashMap, sync::Arc, time::Duration};
+use std::{collections::HashMap, time::Duration};
13
use time::OffsetDateTime;
14
15
/// The top-level struct of the SDK, representing a client containing [indexes](../indexes/struct.Index.html).
0 commit comments