We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Task summary Remove all unwrap() in pallet code, add [deny(clippy::unwrap_used)] to lint check CI so that we catch any regression
[deny(clippy::unwrap_used)]
#569
The text was updated successfully, but these errors were encountered:
You can copy the changes I made in relayer for this, it also includes some other potential crashes such as accessing a Vec with [] operator.
[]
tangle-network/relayer#408
Sorry, something went wrong.
1xstj
Successfully merging a pull request may close this issue.
Task summary
Remove all unwrap() in pallet code, add
[deny(clippy::unwrap_used)]
to lint check CI so that we catch any regression#569
The text was updated successfully, but these errors were encountered: