keyfork-prompt: remove unused MaybeUninit

This commit is contained in:
Ryan Heywood 2024-01-10 15:34:17 -05:00
parent 0c4fc16285
commit b396497108
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ impl Validator for PinValidator {
#[cfg(feature = "mnemonic")]
pub mod mnemonic {
use std::{mem::MaybeUninit, ops::Range, str::FromStr};
use std::{ops::Range, str::FromStr};
use super::Validator;