rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 20 Sep 2021 19:59:09 +0200
changeset 48023 357307feaf61
parent 45620 426294d06ddc
permissions -rw-r--r--
debugstate: Always call dirstatemap.debug_iter() … passing it a new `all` argument for the `--all` CLI option, instead of conditionally calling `.debug_iter()` or `.items()` This prepares for the next commit. Differential Revision: https://phab.mercurial-scm.org/D11462

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