Open lkatalin opened 2 years ago
Find examples of unwrap() and replace with more descriptive error handling.
unwrap()
I can take this one.
FYI: clippy can lint for these: clippy::unwrap_used.
clippy::unwrap_used
You might also consider clippy::panic and/or clippy::panic_in_result_fn
clippy::panic
clippy::panic_in_result_fn
Find examples of
unwrap()
and replace with more descriptive error handling.