sigstore-rs icon indicating copy to clipboard operation
sigstore-rs copied to clipboard

Audit for unwraps and replace with more descriptive error handling

Open lkatalin opened this issue 3 years ago • 2 comments

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

lkatalin avatar Aug 31 '22 16:08 lkatalin

I can take this one.

greyspectrum avatar Aug 31 '22 17:08 greyspectrum

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

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

tarcieri avatar Sep 06 '22 15:09 tarcieri