Skip to content

Commit

Permalink
removed a few unnecessary lines of code from the dumps and snapshots …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
NoodleSamaChan committed Apr 18, 2024
1 parent 2a9d645 commit 10d9853
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/dumps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
//!
//! # Example
//!
//! ```no_run
//! # use meilisearch_sdk::{client::*, errors::*, dumps::*, dumps::*, task_info::*, tasks::*};
//! # use futures_await_test::async_test;
//! # use std::{thread::sleep, time::Duration};
Expand Down Expand Up @@ -50,7 +49,6 @@ impl<Http: HttpClient> Client<Http> {
///
/// # Example
///
/// ```no_run
/// # use meilisearch_sdk::{client::*, errors::*, dumps::*, dumps::*, task_info::*, tasks::*};
/// # use futures_await_test::async_test;
/// # use std::{thread::sleep, time::Duration};
Expand Down
1 change: 0 additions & 1 deletion src/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ mod tests {
use super::*;
use crate::{client::*, tasks::*};
use meilisearch_test_macro::meilisearch_test;
use std::time::Duration;

#[meilisearch_test]
async fn test_snapshot_success_creation(client: Client) -> Result<(), Error> {
Expand Down

0 comments on commit 10d9853

Please sign in to comment.