Skip to content

Commit 859a286

Browse files
committed
rust lints
1 parent 3e7ea89 commit 859a286

File tree

1 file changed

+2
-2
lines changed
  • crates/viewer/re_viewer/src

1 file changed

+2
-2
lines changed

crates/viewer/re_viewer/src/app.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,7 +2622,7 @@ impl App {
26222622
}
26232623
}
26242624

2625-
/// Get an [`AppBlueprintCtx`] to interact with the given recording.
2625+
/// Get a helper struct to interact with the given recording.
26262626
pub fn blueprint_ctx<'a>(&'a self, recording_id: &StoreId) -> Option<AppBlueprintCtx<'a>> {
26272627
let hub = self.store_hub.as_ref()?;
26282628

@@ -3389,7 +3389,7 @@ impl BlueprintContext for AppBlueprintCtx<'_> {
33893389
}
33903390
}
33913391

3392-
/// Build a [`AppBlueprintCtx`] to interact with the active blueprint.
3392+
/// Build a helper struct to interact with the active blueprint.
33933393
pub fn active_blueprint_ctx<'a>(
33943394
app_state: &mut AppState,
33953395
command_sender: &'a CommandSender,

0 commit comments

Comments
 (0)