rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:19:05 +0200
changeset 47149 1352cc14cce2
parent 45623 426294d06ddc
permissions -rw-r--r--
revlog: explicitely pass the "indexfile" parameter Most of this was already done when introducing the `target` parameter, but some remained. Having "indexfile" passed explicitely will help us to change the way we address a revlog later in the stack. With the introduction of more generic `docket`, the entry point will not necessarly be `xxx.i` file, and the actual index files will have a variable name. Differential Revision: https://phab.mercurial-scm.org/D10561

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true