Skip to content

Commit

Permalink
even more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 1, 2024
1 parent 67d6f54 commit 1e24a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_chunk_store/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<TimeInt, ChunkIdSet>,
Expand Down

0 comments on commit 1e24a6b

Please sign in to comment.