rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 20 Feb 2023 11:57:46 +0100
changeset 50109 bec7182cc406
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate: mark the `copy` method as requiring a `changing_any` context This is used both when changing parents (e.g. merging with rename) and changing files (e.g. running `hg rename`).

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