view rustfmt.toml @ 47612:a9d75262b992

dirstate: add dedicated function for updating data of a file `dirstate.normal()` is too generic to be a user facing function for that. This is a part of effort to refactor dirstate APIs and make them clearer. Differential Revision: https://phab.mercurial-scm.org/D11076
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 09 Jul 2021 15:27:38 +0530
parents 426294d06ddc
children
line wrap: on
line source

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