diff --git a/rust/hg-core/src/matchers.rs b/rust/hg-core/src/matchers.rs --- a/rust/hg-core/src/matchers.rs +++ b/rust/hg-core/src/matchers.rs @@ -43,6 +43,7 @@ /// visit_children_set is capable of recognizing this; some implementations /// are not). /// + /// ```text /// ```ignore /// '' -> {'foo', 'qux'} /// 'baz' -> set()