mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +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.
|
||||
///
|
||||
/// If the message is wrongly signed, HashSet will be empty.
|
||||
#[allow(clippy::type_complexity)]
|
||||
pub fn try_decrypt(
|
||||
context: &Context,
|
||||
mail: &ParsedMail<'_>,
|
||||
|
||||
Reference in New Issue
Block a user