rust-matchers: fixing cargo doc
authorGeorges Racinet <georges.racinet@octobus.net>
Wed, 25 Dec 2019 19:03:07 +0100
changeset 44006 72bced4f2936
parent 44005 6b332c1fc7fe
child 44007 109315c41d5e
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
rust/hg-core/src/matchers.rs
--- 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()