Skip to content

Commit

Permalink
Remove unnecessary doc-comment line
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McNab <[email protected]>
  • Loading branch information
Philipp-M and DJMcNab authored Jul 29, 2024
1 parent 3f9b651 commit b14820c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xilem_web/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pub trait DomView<State, Action = ()>:
/// # fn view<State: 'static>() -> impl DomView<State> {
/// div("a label").boxed()
/// # }
///
/// ```
fn boxed(self) -> Box<AnyDomView<State, Action>>
where
Expand Down

0 comments on commit b14820c

Please sign in to comment.