Skip to content

Conversation

0xsot
Copy link
Contributor

@0xsot 0xsot commented Dec 21, 2022

Fixes: #796

Also, fixed cargo clippy and remove unnecessary lifetime annotations

@0xsot 0xsot changed the title extend error types to use serialization extend error types to impl serialization Dec 21, 2022
@abr-egn abr-egn self-assigned this Jan 3, 2023
@abr-egn abr-egn self-requested a review January 3, 2023 18:20
@abr-egn
Copy link
Contributor

abr-egn commented Jan 3, 2023

Hi! Thanks for the contribution.

Unfortunately, variable interpolation in format strings isn't supported in our MSRV of 1.57 - can you revert that portion of your change?

@0xsot
Copy link
Contributor Author

0xsot commented Jan 3, 2023

Hi! Thanks for the contribution.

Unfortunately, variable interpolation in format strings isn't supported in our MSRV of 1.57 - can you revert that portion of your change?

all done

@abr-egn abr-egn merged commit 8a36fd4 into mongodb:main Jan 4, 2023
@abr-egn
Copy link
Contributor

abr-egn commented Jan 4, 2023

This will go out with the next release (which coincidentally will be in the next week or so) - thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RUST-1559 Impl Serialize for WriteFailure, WriteConcernError, WriteError, and BulkWriteFailure
2 participants