Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Nov 29, 2023
1 parent 4a3e44b commit f7ccf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_viewer_context/src/query_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slotmap::new_key_type! {

/// The result of executing a single data query
pub struct DataQueryResult {
/// Which [`DataQuery`] generated this result
/// The [`DataQueryId`] for the query that generated this result
pub id: DataQueryId,

/// The [`DataResultTree`] for the query
Expand Down

0 comments on commit f7ccf51

Please sign in to comment.