Skip to content

Commit

Permalink
Doc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jun 6, 2024
1 parent 1f6c977 commit b0e4fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/re_space_view/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::results_ext::{HybridLatestAtResults, HybridRangeResults};
/// will be used instead of the range query.
///
/// Data should be accessed via the [`crate::RangeResultsExt`] trait which is implemented for
/// [`HybridResults`].
/// [`crate::HybridResults`].
pub fn range_with_overrides(
ctx: &ViewerContext<'_>,
_annotations: Option<&re_viewer_context::Annotations>,
Expand Down Expand Up @@ -48,7 +48,7 @@ pub fn range_with_overrides(
/// will be used instead of the latest-at query.
///
/// Data should be accessed via the [`crate::RangeResultsExt`] trait which is implemented for
/// [`HybridResults`].
/// [`crate::HybridResults`].
pub fn latest_at_with_overrides<'a>(
ctx: &'a ViewContext<'a>,
_annotations: Option<&'a re_viewer_context::Annotations>,
Expand Down

0 comments on commit b0e4fd4

Please sign in to comment.