Skip to content

Commit

Permalink
Default on ReplaceOptions.hint is missing (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
andywwright authored and saghm committed Jan 17, 2020
1 parent 5fd0786 commit 41d9cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coll/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ pub struct ReplaceOptions {
///
/// Only available in MongoDB 4.2+. See the official MongoDB
/// [documentation](https://docs.mongodb.com/manual/reference/command/update/#ex-update-command-hint) for examples.
#[builder(default)]
pub hint: Option<Hint>,

/// The write concern for the operation.
Expand Down

0 comments on commit 41d9cb2

Please sign in to comment.