Skip to content

Commit 3fce422

Browse files
committed
chore(sdk): Remove the TODO from the documentation.
1 parent 8728d5a commit 3fce422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/matrix-sdk/src/event_cache/caches/thread/pagination.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ use crate::room::{IncludeRelations, RelationsOptions};
4141

4242
/// Intermediate type because the `ThreadEventCache` state doesn't provide all
4343
/// the feature for the moment.
44-
///
45-
/// TODO: Remove this intermediate type.
44+
//
45+
// TODO: Remove this intermediate type.
4646
#[derive(Clone)]
4747
struct ThreadEventCacheWrapper {
4848
cache: Arc<ThreadEventCacheInner>,

0 commit comments

Comments
 (0)