forked from stoically/syn-rsx
-
Notifications
You must be signed in to change notification settings - Fork 10
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
why no Parser::default()
#51
Comments
zahash
added a commit
to zahash/rstml
that referenced
this issue
Feb 24, 2024
Usually when you need Parser, you also need to customize config. But if you create a pr, I will accept it. |
Default is implemented only for ParserConfig<Infallible> so i also implemented Default only for Parser<Infallible> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
instead of
Parser::new(ParserConfig::default())
why not
Parser::default()
The text was updated successfully, but these errors were encountered: