Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend error types to impl serialization #797

Merged
merged 3 commits into from
Jan 4, 2023
Merged

Conversation

borngraced
Copy link
Contributor

Fixes: #796

Also, fixed cargo clippy and remove unnecessary lifetime annotations

borngraced and others added 2 commits December 21, 2022 16:51
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Signed-off-by: borngraced <samuelonoja970@gmail.com>
@borngraced borngraced 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?

@borngraced
Copy link
Contributor Author

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