Skip to content

Commit f7a4fd6

Browse files
key_derivation.rs: Remove redundant import
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 084066a commit f7a4fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psa-crypto/src/types/key_derivation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use super::key::Id;
88
#[cfg(feature = "operations")]
99
use super::status::{Error, Result, Status};
1010
#[cfg(feature = "operations")]
11-
use core::convert::{From, TryFrom};
11+
use core::convert::TryFrom;
1212

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

0 commit comments

Comments
 (0)