view rustfmt.toml @ 46841:e7b4607d52e3

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
author Joerg Sonnenberger <joerg@bec.de>
date Mon, 29 Mar 2021 01:35:54 +0200
parents 426294d06ddc
children
line wrap: on
line source

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