.arcconfig
author Georges Racinet <georges.racinet@octobus.net>
Sat, 22 Dec 2018 11:38:03 +0100
changeset 41184 dcf818267bc1
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
rust-cpython: rustdoc improvements By default, `cargo doc` builds the documentation for public constructs only, so we make public those that can. Since `cindex` is not safe, we keep it private. Unfortunately, the macro syntax of rust-cpython doesn't allow us to document the classes directly, so we resort to do that at the module level. Differential Revision: https://phab.mercurial-scm.org/D5546

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}