Closed ngirard closed 4 years ago
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!