rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 14 Dec 2020 17:56:56 +0100
changeset 46546 075b2499e3d6
parent 45620 426294d06ddc
permissions -rw-r--r--
test-copies: add test chaining multiple merge Right now, the copy tracing logic take the right decision for merges, but it does not keep track of the right information about these decision and can fall into later traps. We start with highlighting this possibility by adding new tests, and we will fix them later. Check the inline test documentation for details. Differential Revision: https://phab.mercurial-scm.org/D9611

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