Skip to content

Commit ebc749b

Browse files
committed
Merge branch 'tim/fix_lint' into 'master'
chore: Fix warning about missing <'a> in ctanker.rs See merge request TankerHQ/sdk-rust!189
2 parents aa851c3 + 2296fd0 commit ebc749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ctanker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ struct EncryptionOptionsWrapper<'a> {
689689
unsafe impl Send for EncryptionOptionsWrapper<'_> {}
690690

691691
impl EncryptionOptions {
692-
fn to_c_encryption_options<'a>(&'a self) -> EncryptionOptionsWrapper {
692+
fn to_c_encryption_options<'a>(&'a self) -> EncryptionOptionsWrapper<'a> {
693693
let share_with_users = self
694694
.share_with_users
695695
.iter()

0 commit comments

Comments
 (0)