iqlusioninc / yubikey.rs

Pure Rust YubiKey host-side driver for PIV-based RSA/ECC key storage + signing/encryption support
BSD 2-Clause "Simplified" License
218 stars 27 forks source link

Add `clippy::unwrap_used` lint #515

Closed tony-iqlusion closed 1 year ago

tony-iqlusion commented 1 year ago

Lints for usages of unwrap() in the yubikey crate (not CLI yet).

Replaces them with ? or expect() as the situation warrants.