mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Silence clippy warning about type complexity
This commit is contained in:
@@ -24,6 +24,7 @@ use crate::pgp;
|
|||||||
/// signature fingerprints and whether the message is encrypted.
|
/// signature fingerprints and whether the message is encrypted.
|
||||||
///
|
///
|
||||||
/// If the message is wrongly signed, HashSet will be empty.
|
/// If the message is wrongly signed, HashSet will be empty.
|
||||||
|
#[allow(clippy::type_complexity)]
|
||||||
pub fn try_decrypt(
|
pub fn try_decrypt(
|
||||||
context: &Context,
|
context: &Context,
|
||||||
mail: &ParsedMail<'_>,
|
mail: &ParsedMail<'_>,
|
||||||
|
|||||||
Reference in New Issue
Block a user