chore(sync/v3): Fix clippy lints

This commit is contained in:
Ginger
2025-11-05 14:05:33 -05:00
parent 4fb4397a9f
commit 992217d644
3 changed files with 82 additions and 68 deletions
+4
View File
@@ -449,6 +449,10 @@ async fn process_presence_updates(
.await
}
/// Using the provided sync context and an iterator of user IDs in the
/// `timeline`, return a HashSet of user IDs whose membership events should be
/// sent to the client if lazy-loading is enabled.
#[allow(clippy::let_and_return)]
async fn prepare_lazily_loaded_members(
services: &Services,
sync_context: SyncContext<'_>,