rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 29 Nov 2021 19:00:11 +0100
changeset 48419 c8659e61073d
parent 45620 426294d06ddc
permissions -rw-r--r--
rhg: Make Repo::dirstate_parents a LazyCell Unify with the same abstraction used for other lazily-initialized components Differential Revision: https://phab.mercurial-scm.org/D11837

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