We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4b023 commit dd02b4bCopy full SHA for dd02b4b
xilem/src/view/stack.rs
@@ -30,7 +30,6 @@ use crate::{Pod, PropertyTuple as _, ViewCtx, WidgetView};
30
/// ))
31
/// # }
32
/// ```
33
-/// ```
34
pub fn stack<State, Action, Seq: StackSequence<State, Action>>(
35
sequence: Seq,
36
) -> Stack<Seq, State, Action> {
0 commit comments