Closed tony-iqlusion closed 1 year ago
Lints for usages of unwrap() in the yubikey crate (not CLI yet).
unwrap()
yubikey
Replaces them with ? or expect() as the situation warrants.
?
expect()
Lints for usages of
unwrap()
in theyubikey
crate (not CLI yet).Replaces them with
?
orexpect()
as the situation warrants.