rust/hg-core/src/matchers.rs
changeset 44009 72bced4f2936
parent 43920 69c4f3cf2cdf
child 44387 54d185eb24b5
--- a/rust/hg-core/src/matchers.rs	Wed Dec 25 15:17:55 2019 +0100
+++ b/rust/hg-core/src/matchers.rs	Wed Dec 25 19:03:07 2019 +0100
@@ -43,6 +43,7 @@
     /// visit_children_set is capable of recognizing this; some implementations
     /// are not).
     ///
+    /// ```text
     /// ```ignore
     /// '' -> {'foo', 'qux'}
     /// 'baz' -> set()