view rustfmt.toml @ 48429:f9bc36863923

mergestate: inline `_resolve()` into `resolve()` The caller is now trivial, so the indirection is pointless. Differential Revision: https://phab.mercurial-scm.org/D11857
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 03 Dec 2021 15:43:54 -0800
parents 426294d06ddc
children
line wrap: on
line source

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