Skip to content

Commit

Permalink
chore: apply clippy lints for Rust 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Mar 22, 2024
1 parent a217408 commit e137545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto-ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ macro_rules! proteus_impl {
}
}

CoreCryptoResult::Ok(result?)
result
}
}
} else {
Expand Down

0 comments on commit e137545

Please sign in to comment.