From a04afac96320f228e0dc9cf36336c17d03867f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 3 Jun 2021 21:21:00 +0200 Subject: [PATCH] crypto: Fix a clippy warning --- matrix_sdk_crypto/src/verification/sas/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/matrix_sdk_crypto/src/verification/sas/mod.rs b/matrix_sdk_crypto/src/verification/sas/mod.rs index 4f9cc4e6..c3e260f8 100644 --- a/matrix_sdk_crypto/src/verification/sas/mod.rs +++ b/matrix_sdk_crypto/src/verification/sas/mod.rs @@ -216,6 +216,7 @@ impl Sas { /// /// * `event` - The m.key.verification.start event that was sent to us by /// the other side. + #[allow(clippy::too_many_arguments)] pub(crate) fn from_start_event( flow_id: FlowId, content: &StartContent,