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 31ae5a2 commit bde6adeCopy full SHA for bde6ade
src/action/bulk_write.rs
@@ -20,8 +20,9 @@ impl Client {
20
/// [here](https://www.mongodb.com/docs/manual/core/retryable-writes/) for more information on
21
/// retryable writes.
22
///
23
- /// `await` will return d[`Result<SummaryBulkWriteResult`] or d[`Result<VerboseBulkWriteResult`]
24
- /// if [`verbose_results`](BulkWrite::verbose_results) is configured.
+ /// `await` will return d[`Result<SummaryBulkWriteResult>`] or
+ /// d[`Result<VerboseBulkWriteResult>`] if [`verbose_results`](BulkWrite::verbose_results)
25
+ /// is configured.
26
27
/// Bulk write is only available on MongoDB 8.0+.
28
#[deeplink]
0 commit comments