Submitter | phabricator |
---|---|
Date | Jan. 8, 2020, 4:50 p.m. |
Message ID | <55da2c1d25906b375243f635216f26d0@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44179/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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()