From patchwork Wed Jan 8 16:50:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D7783: rust-matchers: fixing cargo doc From: phabricator X-Patchwork-Id: 44179 Message-Id: <55da2c1d25906b375243f635216f26d0@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Wed, 8 Jan 2020 16:50:52 +0000 Closed by commit rHGefa5d2539cd9: rust-matchers: fixing cargo doc (authored by gracinet). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7783?vs=19031&id=19069 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7783/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7783 AFFECTED FILES rust/hg-core/src/matchers.rs CHANGE DETAILS To: gracinet, #hg-reviewers, Alphare Cc: durin42, kevincox, mercurial-devel 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()