-
Notifications
You must be signed in to change notification settings - Fork 45
implement an Iterator for parse errors #86
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
Comments
Hi there. This looks like a nice small issue 😄 . To confirm, is this referring to the Parser struct errors Vec? pub struct Parser {
...
errors: Vec<crate::Error>,
} |
hi @jregistr ! Sorry this issue had no description since I totally just made it for myself to track 😅. It is indeed referring to the Parser's error vec! That being said, while we prep for the |
No problem 🙂 . I unfortunately looked into this prior to reading the comments in the Contributing docs. |
this was done in #120, and we completely forgot to link it to this original issue. |
No description provided.
The text was updated successfully, but these errors were encountered: