# HG changeset patch # User Georges Racinet # Date 1577296987 -3600 # Node ID 72bced4f2936ef316d44fb45bf32b39c3aa4d9e0 # Parent 6b332c1fc7fe3e6f7fd451a15982f1ceff969c74 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 diff -r 6b332c1fc7fe -r 72bced4f2936 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()