diff --git a/masonry/src/widget/widget_pod.rs b/masonry/src/widget/widget_pod.rs index ec7788ff..afd2c9bf 100644 --- a/masonry/src/widget/widget_pod.rs +++ b/masonry/src/widget/widget_pod.rs @@ -211,7 +211,7 @@ impl WidgetPod { } impl WidgetPod { - /// --- MARK: ON_XXX_EVENT --- + // --- MARK: ON_XXX_EVENT --- // TODO https://github.com/linebender/xilem/issues/376 - Some implicit invariants: // - If a Widget gets a keyboard event or an ImeStateChange, then diff --git a/xilem_core/tests/arc.rs b/xilem_core/tests/arc.rs index dc28451a..3a12cd98 100644 --- a/xilem_core/tests/arc.rs +++ b/xilem_core/tests/arc.rs @@ -106,7 +106,7 @@ fn arc_passthrough_message() { assert_action(result, 0); } -/// --- MARK: Box tests --- +// --- MARK: Box tests --- #[test] /// The Box view shouldn't impact the view path fn box_no_path() {