Skip to content

Commit beeccaa

Browse files
authored
Merge pull request #566 from baloo/baloo/fixup-clippy-1.85
chore: fixup clippy lint
2 parents cca3717 + a951797 commit beeccaa

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)