view rustfmt.toml @ 46358:009130064813

exchangev2: avoid second look-up by node Accessing the revlog by node is slightly more expensive than by revision, so look up the revision first and use it afterwards. Differential Revision: https://phab.mercurial-scm.org/D9831
author Joerg Sonnenberger <joerg@bec.de>
date Tue, 19 Jan 2021 00:20:42 +0100
parents 426294d06ddc
children
line wrap: on
line source

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