File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,6 @@ pub mod client;
231
231
pub mod documents;
232
232
/// Module containing the [dumps] trait.
233
233
pub mod dumps;
234
- /// Module containing the [snapshots] trait.
235
- pub mod snapshots;
236
234
/// Module containing the [`errors::Error`] struct.
237
235
pub mod errors;
238
236
/// Module related to runtime and instance features.
@@ -246,6 +244,8 @@ pub mod request;
246
244
pub mod search;
247
245
/// Module containing [`Settings`].
248
246
pub mod settings;
247
+ /// Module containing the [snapshots] trait.
248
+ pub mod snapshots;
249
249
/// Module representing the [`TaskInfo`]s.
250
250
pub mod task_info;
251
251
/// Module representing the [`Task`]s.
Original file line number Diff line number Diff line change @@ -94,11 +94,7 @@ mod tests {
94
94
let task = client
95
95
. create_snapshot ( )
96
96
. await ?
97
- . wait_for_completion (
98
- & client,
99
- None ,
100
- None ,
101
- )
97
+ . wait_for_completion ( & client, None , None )
102
98
. await ?;
103
99
104
100
assert ! ( matches!( task, Task :: Succeeded { .. } ) ) ;
You can’t perform that action at this time.
0 commit comments