Skip to content

Commit

Permalink
rustdoc workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson committed Feb 29, 2024
1 parent 84203d7 commit a491642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/action/bulk_write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,9 @@ impl<'a> BulkWrite<'a> {
impl<'a> BulkWrite<'a> {
option_setters!(options: BulkWriteOptions;
ordered: bool,

bypass_document_validation: bool,

comment: Bson,

let_vars: Document,

verbose_results: bool,
);

Expand Down
1 change: 1 addition & 0 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
//! ```

pub use crate::{
action::bulk_write::BulkWriteOptions,
change_stream::options::*,
client::{auth::*, options::*},
coll::options::*,
Expand Down

0 comments on commit a491642

Please sign in to comment.