rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Fri, 08 Apr 2022 16:56:52 +0200
changeset 49131 fcf6f943a142
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-dirstatemap: add `each_ancestor` argument to `get_node_mut` This forces the callers to think about if the counters in the ancestors need to be adjusted. Differential Revision: https://phab.mercurial-scm.org/D12529

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