diff rust/hg-core/src/matchers.rs @ 44006:72bced4f2936

rust-matchers: fixing cargo doc Block quotes marked as `ignore` are still parsed as Rust source examples. Differential Revision: https://phab.mercurial-scm.org/D7783
author Georges Racinet <georges.racinet@octobus.net>
date Wed, 25 Dec 2019 19:03:07 +0100
parents 69c4f3cf2cdf
children 54d185eb24b5
line wrap: on
line diff
--- 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()