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

Use upstream json crate #11

Merged
merged 1 commit into from
Mar 23, 2021
Merged

Use upstream json crate #11

merged 1 commit into from
Mar 23, 2021

Conversation

clehner
Copy link
Contributor

@clehner clehner commented Mar 23, 2021

Use iter_mut and take instead of IntoIterator. This enables using the upstream version of the json crate.

Use iter_mut and take instead of IntoIterator, to enable using
the upstream/published version of the json crate.
@timothee-haudebourg
Copy link
Owner

Good idea, I didn't know about the take function, pretty useful.

@timothee-haudebourg timothee-haudebourg merged commit 5a30cfe into timothee-haudebourg:master Mar 23, 2021
@clehner clehner mentioned this pull request Mar 23, 2021
1 task
@clehner clehner deleted the feat/upstream-json branch March 23, 2021 18:53
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