-
Notifications
You must be signed in to change notification settings - Fork 152
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
from_str parser for an Option field #168
Labels
bug
This is a BUG. The fix may be released in a patch version even if considered breaking
Comments
Looks like a bug. |
TeXitoi
added
the
bug
This is a BUG. The fix may be released in a patch version even if considered breaking
label
Mar 8, 2019
Got it. |
I'll publish v0.2.15 when my email is validated by crates.io (hopefully within 2 hours). |
Thanks for the quick reply and fix! |
v0.2.15 published. Thanks for reporting, and enjoy! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a
from_str
parser for anOption
field results in the following:It works without the
Option
or by implementingFrom<&&str> for A
. Is this intended behavior?The text was updated successfully, but these errors were encountered: