Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Mar 5, 2024
1 parent 09b8f81 commit af1733e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/re_space_view/src/data_query_blueprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::{
SpaceViewBlueprint,
};

/// An implementation of [`DataQuery`] that is built from a collection of [`QueryExpressions`]
/// An implementation of [`DataQuery`] that is built from a collection of [`QueryExpression`]

Check failure on line 25 in crates/re_space_view/src/data_query_blueprint.rs

View workflow job for this annotation

GitHub Actions / Rust Checks / Rust lints (fmt, check, cranky, tests, doc)

unresolved link to `QueryExpression`
///
/// During execution it will walk an [`EntityTree`] and return a [`DataResultTree`]
/// containing any entities that match a [`EntityPathFilter`]s.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace rerun.blueprint.components;
// ---


/// Each query id refers to a [`QueryExpressions`] component.
/// Each query id refers to a `QueryExpression` component.
///
/// Unstable. Used for the ongoing blueprint experimentations.
table IncludedQuery (
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/src/blueprint/components/included_query.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af1733e

Please sign in to comment.