rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 05 Apr 2022 04:41:09 +0200
changeset 49197 883be4c74d54
parent 45620 426294d06ddc
permissions -rw-r--r--
debuglock: make the command more useful in non-interactive mode The existing prompt mode simply release the lock immediately in non-interactive mode. That is quite useless in the test so now the non-interactive mode simply wait for a signal. Differential Revision: https://phab.mercurial-scm.org/D12616

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