rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 10 Mar 2021 05:54:02 +0100
changeset 46761 af7535249ea9
parent 45620 426294d06ddc
permissions -rw-r--r--
hg: make `clean` return consistent with the `update` function The function return a boolean and is used as such. Lets be explicit about it. Differential Revision: https://phab.mercurial-scm.org/D10156

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