Skip to content

Commit 0c59096

Browse files
committed
chore: fixup clippy lint
1 parent cca3717 commit 0c59096

File tree

1 file changed

+1
-2
lines changed
  • tss-esapi/src/abstraction/transient

1 file changed

+1
-2
lines changed

tss-esapi/src/abstraction/transient/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,7 @@ impl TransientKeyContext {
526526
.load_external_public(public, Hierarchy::Owner)?
527527
} else {
528528
self.context
529-
.load(self.root_key_handle, material.private.try_into()?, public)
530-
.map(KeyHandle::from)?
529+
.load(self.root_key_handle, material.private.try_into()?, public)?
531530
};
532531
let key_auth_value = auth.unwrap_or_default();
533532
if !key_auth_value.is_empty() {

0 commit comments

Comments
 (0)