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

Audit for unwraps and replace with more descriptive error handling #116

Open
lkatalin opened this issue Aug 31, 2022 · 2 comments
Open

Audit for unwraps and replace with more descriptive error handling #116

lkatalin opened this issue Aug 31, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lkatalin
Copy link
Contributor

Find examples of unwrap() and replace with more descriptive error handling.

@lkatalin lkatalin added enhancement New feature or request good first issue Good for newcomers labels Aug 31, 2022
@greyspectrum
Copy link

I can take this one.

@tarcieri
Copy link
Contributor

tarcieri commented Sep 6, 2022

FYI: clippy can lint for these: clippy::unwrap_used.

You might also consider clippy::panic and/or clippy::panic_in_result_fn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants