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
?
add
#![warn(clippy::unwrap_used)] #![warn(clippy::expect_used)]
to lib.rs to enable linter that will show all usages of unprawe() and expect()
lib.rs
unprawe()
expect()
The text was updated successfully, but these errors were encountered:
Okay, this is mine. I want to claim it. :D
Sorry, something went wrong.
@jeremyscatigna have you looked into it yet?
No branches or pull requests
add
to
lib.rs
to enable linter that will show all usages ofunprawe()
andexpect()
The text was updated successfully, but these errors were encountered: