feat: impl From<ExpectedNumber> for RichPattern#866
feat: impl From<ExpectedNumber> for RichPattern#866seftontycho wants to merge 1 commit intozesterer:mainfrom
Conversation
|
I'm not exactly sure what variant of Open to suggestions better than "number". |
|
Thanks! I think adding a new variant to |
How would you like that to work feature wise? If we added |
|
Apologies, GitHub swallowed the notification for this. I think the only change needed is to add |
0f2b61a to
e350fc6
Compare
Currently it is not possible to use the
number::Numberparsers with theRicherror type asRichPatterndoes not implementFrom<ExpectedNumber>.This PR adds the missing impl in the
numbermodule so it is appropriatley feature gated.Not previously possible: