Skip to content

Commit dd02b4b

Browse files
committed
Fix doc error
1 parent ec4b023 commit dd02b4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xilem/src/view/stack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use crate::{Pod, PropertyTuple as _, ViewCtx, WidgetView};
3030
/// ))
3131
/// # }
3232
/// ```
33-
/// ```
3433
pub fn stack<State, Action, Seq: StackSequence<State, Action>>(
3534
sequence: Seq,
3635
) -> Stack<Seq, State, Action> {

0 commit comments

Comments
 (0)