Skip to content

Commit 080b04b

Browse files
msrv
1 parent 1bbf237 commit 080b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operation/bulk_write.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ where
5050
models: &'a [WriteModel],
5151
offset: usize,
5252
options: Option<&'a BulkWriteOptions>,
53-
) -> Self {
53+
) -> BulkWrite<'a, R> {
5454
Self {
5555
client,
5656
models,

0 commit comments

Comments
 (0)