Skip to content
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

solana: document unwrap #83

Open
a5-pickle opened this issue Apr 11, 2024 · 0 comments
Open

solana: document unwrap #83

a5-pickle opened this issue Apr 11, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@a5-pickle
Copy link
Contributor

Consider adding this clippy rule:

unwrap_used = "deny"

We need to make sure all unwrapping is safe and will be safe going forward. Adding this clippy rule would help force us to document every time we unwrap.

Related to #80.

@a5-pickle a5-pickle added the documentation Improvements or additions to documentation label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant