mongodb / mongo-rust-driver

The official MongoDB Rust Driver
https://www.mongodb.com/docs/drivers/rust/current/
Apache License 2.0
1.44k stars 164 forks source link

Fix InsertManyError deserialization #1158

Open qm3ster opened 4 months ago

qm3ster commented 4 months ago

Fixes #1157

Something like UpdateManyError is probably similarly afflicted, however I can take a look at that next. It would be good to merge this first to set an example for how to do the rest. (in case some of my flourishes here are deemed unacceptable)

isabelatkinson commented 4 months ago

For reference, see RUST-1488 and #761 for a previous attempt to add this