Don't use doc comments for VSCode markers. (#543)

This commit is contained in:
Bruce Mitchener 2024-08-25 15:00:17 +07:00 committed by GitHub
parent 62dd54b238
commit 81b3aee40d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ impl<W: Widget> WidgetPod<W> {
}
impl<W: Widget> WidgetPod<W> {
/// --- 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

View File

@ -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() {