From 1e24a6b2202c7f2090203a6ae7f0f5075078c2c8 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Mon, 24 Jun 2024 11:45:44 +0200 Subject: [PATCH] even more lints --- crates/re_chunk_store/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/re_chunk_store/src/store.rs b/crates/re_chunk_store/src/store.rs index 7af097b0d071..d248bf29eb15 100644 --- a/crates/re_chunk_store/src/store.rs +++ b/crates/re_chunk_store/src/store.rs @@ -40,7 +40,7 @@ pub struct ChunkIdSetPerTime { /// This is used to bound the backwards linear walk when looking for overlapping chunks in /// latest-at queries. /// - /// See [`ChunkStore::latest_at`] implementation comments for more details. + /// See [`ChunkStore::latest_at_relevant_chunks`] implementation comments for more details. pub(crate) max_interval_length: u64, pub(crate) per_start_time: BTreeMap,