doc(base): Remove an outdated documentation information.

This patch removes the mention of a returned value whilst the function
returns nothing.
This commit is contained in:
Ivan Enderlin
2024-07-10 14:42:33 +02:00
parent 847bf5b974
commit c4e45b5660

View File

@@ -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,