rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 05 Aug 2021 17:00:03 +0200
branchstable
changeset 47816 32e21ac3adb1
parent 45620 426294d06ddc
permissions -rw-r--r--
repair: improve performance of detection of revisions affected by issue6528 Explanations inside the patch. I've tested this on Mozilla-Central and it's 5 times faster than the naive approach on my laptop. Differential Revision: https://phab.mercurial-scm.org/D11262

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