Skip to content

Commit a491642

Browse files
rustdoc workaround
1 parent 84203d7 commit a491642

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/action/bulk_write.rs

-4
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,9 @@ impl<'a> BulkWrite<'a> {
101101
impl<'a> BulkWrite<'a> {
102102
option_setters!(options: BulkWriteOptions;
103103
ordered: bool,
104-
105104
bypass_document_validation: bool,
106-
107105
comment: Bson,
108-
109106
let_vars: Document,
110-
111107
verbose_results: bool,
112108
);
113109

src/options.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
//! ```
1717
1818
pub use crate::{
19+
action::bulk_write::BulkWriteOptions,
1920
change_stream::options::*,
2021
client::{auth::*, options::*},
2122
coll::options::*,

0 commit comments

Comments
 (0)