Skip to content

Commit

Permalink
pkcs11/mod.rs: Remove unused import
Browse files Browse the repository at this point in the history
remove the import of std::convert::From to solve an "unused"
compilation error.

Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Feb 23, 2024
1 parent 3bbd110 commit 85eb8c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/pkcs11/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use parsec_interface::operations::{list_clients, list_keys, list_providers::Prov
use parsec_interface::requests::{Opcode, ProviderId, ResponseStatus, Result};
use parsec_interface::secrecy::{ExposeSecret, SecretString};
use std::collections::HashSet;
use std::convert::From;
use std::convert::TryFrom;
use std::io::{Error, ErrorKind};
use std::str::FromStr;
Expand Down

0 comments on commit 85eb8c3

Please sign in to comment.