Silence clippy warning about type complexity

This commit is contained in:
link2xt
2022-12-26 00:25:56 +00:00
parent e328de5293
commit d73c4a92a7

View File

@@ -24,6 +24,7 @@ use crate::pgp;
/// signature fingerprints and whether the message is encrypted.
///
/// If the message is wrongly signed, HashSet will be empty.
#[allow(clippy::type_complexity)]
pub fn try_decrypt(
context: &Context,
mail: &ParsedMail<'_>,