Skip to content

Commit

Permalink
key_derivation.rs: Remove redundant import
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Mar 22, 2024
1 parent 084066a commit f7a4fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psa-crypto/src/types/key_derivation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use super::key::Id;
#[cfg(feature = "operations")]
use super::status::{Error, Result, Status};
#[cfg(feature = "operations")]
use core::convert::{From, TryFrom};
use core::convert::TryFrom;

/// Key derivation operation for deriving keys from existing sources
#[derive(Debug, Clone, Copy)]
Expand Down

0 comments on commit f7a4fd6

Please sign in to comment.