-
Notifications
You must be signed in to change notification settings - Fork 266
Fix warnings #302
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
Fix warnings #302
Conversation
|
Could you also fix the CI which is apparently silently broken? |
|
https://github.com/tafia/quick-xml/blob/master/.github/workflows/rust.yml#L18 This needs to become |
|
Notice the green check mark on this PR even though the tests fail to run, I'm pretty sure that's what happened with the other PR as well. |
Are you sure? It seems that line run: cargo testneed to be completely removed |
|
Sure, that's possible too. Maybe the duplicate line was introduced as part of a bad merge conflict resolution. I'm only speaking about what needs to be done to make it parse properly |
|
Thanks! Indeed I blindly followed the green mark on the PR. Seems to be better now. |
|
Yeah, need always to test changes themself... and do not forget to add Fixed the last error. |
|
Awesome thanks! |
returnkeyword from the macro.cfgcheck -- it was already checked couple lines above.