rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 14 Apr 2021 12:29:44 +0200
changeset 46942 b5e7cdb93abc
parent 45623 426294d06ddc
permissions -rw-r--r--
relink: use `get_unique_pull_path` The code does not support multiple destination and will probably never do so. So lets use the dedicated API for this case. Differential Revision: https://phab.mercurial-scm.org/D10409

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