From d73c4a92a70d309bfc566f1185340c94505d660d Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 26 Dec 2022 00:25:56 +0000 Subject: [PATCH] Silence clippy warning about type complexity --- src/decrypt.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decrypt.rs b/src/decrypt.rs index 4d6880be8..51e4c5a8f 100644 --- a/src/decrypt.rs +++ b/src/decrypt.rs @@ -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<'_>,