diff --git a/crates/re_viewer/src/app_state.rs b/crates/re_viewer/src/app_state.rs index 106f7df3e23d4..83d7e921da828 100644 --- a/crates/re_viewer/src/app_state.rs +++ b/crates/re_viewer/src/app_state.rs @@ -46,7 +46,7 @@ pub struct AppState { /// Storage for the state of each `SpaceView` /// /// This is stored here for simplicity. An exclusive reference for that is passed to the users, - /// such as [`Viewport`] and [`SelectionPanel`]. + /// such as [`Viewport`] and [`re_selection_panel::SelectionPanel`]. #[serde(skip)] view_states: ViewStates,