You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thank you for your efforts in creating this tutorial, much appreciated !
You may want to take into account that std::error::Error and std::fmt::Display traits were recently implemented for nom::Err and already made available in the subsequent releases.
Cheers!
The text was updated successfully, but these errors were encountered:
Thank you for pointing this out. This is definitely going to make all my nom coding a lot easier! I have updated the tutorial to remove the ParseError type for encapsulating nom errors since it is no longer necessary.
Hey, thank you for your efforts in creating this tutorial, much appreciated !
You may want to take into account that
std::error::Error
andstd::fmt::Display
traits were recently implemented fornom::Err
and already made available in the subsequent releases.Cheers!
The text was updated successfully, but these errors were encountered: