rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Sep 2021 03:59:35 +0200
changeset 47974 4e6f27230aee
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate: introduce a `set_clean` method on dirstate's map and items This method is the "reverse" of "set possibly dirty", and can be used to more accurately other call that the dirstate was making. It is currently heavily influenced by its origin. Differential Revision: https://phab.mercurial-scm.org/D11421

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