From c4e45b5660c58c2e5f6dbd3d3c572cab513a39b3 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 10 Jul 2024 14:42:33 +0200 Subject: [PATCH] doc(base): Remove an outdated documentation information. This patch removes the mention of a returned value whilst the function returns nothing. --- crates/matrix-sdk-base/src/read_receipts.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/matrix-sdk-base/src/read_receipts.rs b/crates/matrix-sdk-base/src/read_receipts.rs index 1f7729804..c96f7af81 100644 --- a/crates/matrix-sdk-base/src/read_receipts.rs +++ b/crates/matrix-sdk-base/src/read_receipts.rs @@ -449,8 +449,6 @@ fn events_intersects<'a>( /// that has been just received for an event that came in a previous sync. /// /// See this module's documentation for more information. -/// -/// Returns a boolean indicating if a field changed value in the read receipts. #[instrument(skip_all, fields(room_id = %room_id))] pub(crate) fn compute_unread_counts( user_id: &UserId,