Skip to content

Commit

Permalink
fix cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed May 1, 2024
1 parent ba7004c commit 413bf46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/re_ui/src/list_item2/scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ impl Default for State {
/// Stack of [`State`]s.
///
/// The stack is stored in `egui`'s memory and its API directly wraps the relevant calls.
/// Calls to [`list_item_scope`] push new states to the stack so that [`ListItem`]s can always
/// access the correct state from the top of the stack.
/// Calls to [`list_item_scope`] push new states to the stack so that [`super::ListItem`]s can
/// always access the correct state from the top of the stack.
#[derive(Debug, Clone, Default)]
pub(crate) struct StateStack(Vec<State>);

Expand Down

0 comments on commit 413bf46

Please sign in to comment.