Fix lint warnings
This commit is contained in:
parent
fa524a4942
commit
9aff50d2d3
1 changed files with 2 additions and 1 deletions
|
@ -1090,10 +1090,11 @@ fn get_cert(
|
|||
user_pin,
|
||||
prompt,
|
||||
&|| println!("Touch confirmation needed for signing"),
|
||||
&user_ids,
|
||||
user_ids,
|
||||
)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn generate_keys(
|
||||
mut open: Open,
|
||||
admin_pin: Option<&[u8]>,
|
||||
|
|
Loading…
Reference in a new issue