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

Add a few more stdlib impls #19

Merged
merged 2 commits into from
Sep 8, 2024
Merged

Add a few more stdlib impls #19

merged 2 commits into from
Sep 8, 2024

Conversation

the10thWiz
Copy link
Collaborator

@the10thWiz the10thWiz commented Sep 8, 2024

Btw, the CI failure appears to be due to a new warning added in nightly rust. I fixed it in the serde-types PR, and did not feel like fixing it here as well.

the10thWiz and others added 2 commits September 8, 2024 15:56
Replaced `std::string::ParseError` impl with `std::convert::Infallible`, since the former is just a type alias for the latter.
@JRRudy1
Copy link
Owner

JRRudy1 commented Sep 8, 2024

Thanks! I made a minor change to revert the std::string::ParseError impl to std::convert::Infallible, since the former is just a type alias for the latter, but looks good otherwise.

@JRRudy1 JRRudy1 merged commit 2352f29 into JRRudy1:main Sep 8, 2024
5 of 6 checks passed
@the10thWiz the10thWiz deleted the more-std branch September 9, 2024 01:23
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.

2 participants