From b2d543972b5407eb959eb4704b2570e3ba79c024 Mon Sep 17 00:00:00 2001 From: Valkum Date: Mon, 22 Feb 2021 19:53:15 +0100 Subject: [PATCH] Circumvent clippy::too-many-arguments --- src/database/rooms.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/database/rooms.rs b/src/database/rooms.rs index b05785d..ec28418 100644 --- a/src/database/rooms.rs +++ b/src/database/rooms.rs @@ -449,6 +449,7 @@ impl Rooms { /// /// By this point the incoming event should be fully authenticated, no auth happens /// in `append_pdu`. + #[allow(clippy::too_many_arguments)] pub fn append_pdu( &self, pdu: &PduEvent,