From b14820cda063be0b8d7bfd7e05a8a45296ddb92a Mon Sep 17 00:00:00 2001 From: Philipp Mildenberger Date: Mon, 29 Jul 2024 11:16:46 +0200 Subject: [PATCH] Remove unnecessary doc-comment line Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> --- xilem_web/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/xilem_web/src/lib.rs b/xilem_web/src/lib.rs index 307f01e28..cf4f5b567 100644 --- a/xilem_web/src/lib.rs +++ b/xilem_web/src/lib.rs @@ -106,7 +106,6 @@ pub trait DomView: /// # fn view() -> impl DomView { /// div("a label").boxed() /// # } - /// /// ``` fn boxed(self) -> Box> where