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

Fix panic for multiple text deserialization value calls #140

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

nickbabcock
Copy link
Contributor

The solution is to not take on the option which leaves it none, and instead clone it.

Closes #137

The solution is to not `take` on the option which leaves it none, and
instead clone it.
@nickbabcock nickbabcock merged commit 761debd into master Dec 15, 2023
7 checks passed
@nickbabcock nickbabcock deleted the no-panic branch December 15, 2023 12:06
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.

Option::unwrap() on a None value
1 participant