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 c0a0bc7 commit c9501bfCopy full SHA for c9501bf
src/client.rs
@@ -222,6 +222,7 @@ impl<Http: HttpClient> Client<Http> {
222
/// # let client = Client::new(MEILISEARCH_URL, Some(MEILISEARCH_API_KEY));
223
/// let indexes: IndexesResults<IsahcClient> = client.list_all_indexes().await.unwrap();
224
///
225
+ /// let indexes: IndexesResults<IsahcClient> = client.list_all_indexes().await.unwrap();
226
/// println!("{:?}", indexes);
227
/// # });
228
/// ```
0 commit comments