style(hydra): Satisfy clippy's twisted and confusing demands

This commit is contained in:
nexy7574 2025-09-02 02:34:13 +01:00
commit ef42638f3c
No known key found for this signature in database
9 changed files with 32 additions and 15 deletions

View file

@ -34,6 +34,7 @@ use crate::{appservice::NamespaceRegex, rooms::state_compressor::CompressedState
/// the server that sent the event.
#[implement(super::Service)]
#[tracing::instrument(level = "debug", skip_all)]
#[allow(clippy::too_many_arguments)]
pub async fn append_incoming_pdu<'a, Leaves>(
&'a self,
pdu: &'a PduEvent,