chore: Fix clippy lints with minimal diff

This commit is contained in:
Jade Ellis
2025-08-22 00:51:54 +01:00
parent d191494f18
commit 8b35de6a43
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -45,6 +45,7 @@ use crate::{
type TodoRooms = BTreeMap<OwnedRoomId, (BTreeSet<TypeStateKey>, usize, u64)>;
const SINGLE_CONNECTION_SYNC: &str = "single_connection_sync";
#[allow(clippy::cognitive_complexity)]
/// POST `/_matrix/client/unstable/org.matrix.msc3575/sync`
///
/// Sliding Sync endpoint (future endpoint: `/_matrix/client/v4/sync`)