Fix 1.67 clippy lints

This commit is contained in:
Jack Grigg
2024-07-30 05:42:54 +00:00
parent 24e6e6ffa6
commit 34011088a0
4 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ pub(crate) fn manage(yubikey: &mut YubiKey) -> Result<(), Error> {
let pin = request_pin(
|prev_error| {
if let Some(err) = prev_error {
eprintln!("{}", err);
eprintln!("{err}");
}
Password::new()
.with_prompt(fl!("mgr-choose-new-pin"))