rustfmt.toml
author Joerg Sonnenberger <joerg@bec.de>
Mon, 29 Mar 2021 01:35:54 +0200
changeset 46841 e7b4607d52e3
parent 45620 426294d06ddc
permissions -rw-r--r--
setdiscovery: simplify by using tiprev directly tip() uses tiprev() and reads the node from it, so drop a layer of indirection. Differential Revision: https://phab.mercurial-scm.org/D10289

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