sigstore-rs
sigstore-rs copied to clipboard
Audit for unwraps and replace with more descriptive error handling
Find examples of unwrap() and replace with more descriptive error handling.
I can take this one.
FYI: clippy can lint for these: clippy::unwrap_used.
You might also consider clippy::panic and/or clippy::panic_in_result_fn