mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-24 08:36:10 -04:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user