mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Enable clippy::unused_async lint
This commit is contained in:
@@ -311,7 +311,7 @@ pub async fn pk_decrypt(
|
||||
}
|
||||
|
||||
/// Validates detached signature.
|
||||
pub async fn pk_validate(
|
||||
pub fn pk_validate(
|
||||
content: &[u8],
|
||||
signature: &[u8],
|
||||
public_keys_for_validation: &Keyring<SignedPublicKey>,
|
||||
|
||||
Reference in New Issue
Block a user