Skip to content

Commit

Permalink
nermind, it's required
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 18, 2024
1 parent ee73158 commit 45f8d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_query_cache/src/flat_vec_deque.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub trait ErasedFlatVecDeque: std::any::Any {
/// avoid even with explicit syntax and that silently lead to infinite recursions.
fn dyn_truncate(&mut self, at: usize);

/// Dynamically dispatches to [`<FlatVecDeque<T> as SizeBytes>::total_size_bytes`].
/// Dynamically dispatches to [`<FlatVecDeque<T> as SizeBytes>::total_size_bytes(self)`].
///
/// This is prefixed with `dyn_` to avoid method dispatch ambiguities that are very hard to
/// avoid even with explicit syntax and that silently lead to infinite recursions.
Expand Down

0 comments on commit 45f8d62

Please sign in to comment.