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

replace all .unwrap() and .expect() with ? #83

Open
aaronabramov opened this issue Dec 4, 2020 · 2 comments
Open

replace all .unwrap() and .expect() with ? #83

aaronabramov opened this issue Dec 4, 2020 · 2 comments

Comments

@aaronabramov
Copy link
Owner

aaronabramov commented Dec 4, 2020

add

#![warn(clippy::unwrap_used)]
#![warn(clippy::expect_used)]

to lib.rs to enable linter that will show all usages of unprawe() and expect()

@TheWebDevel
Copy link
Contributor

Okay, this is mine. I want to claim it. :D

@aaronabramov
Copy link
Owner Author

@jeremyscatigna have you looked into it yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants