rustfmt.toml
author Mathias De Mare <mathias.de_mare@nokia.com>
Tue, 15 Jun 2021 09:06:12 +0200
branchstable
changeset 47344 9b8f326731ac
parent 45620 426294d06ddc
permissions -rw-r--r--
packaging: disable rust extensions again on CentOS Backed out changeset eccbfa7e19c0 We're seeing (very rarely) crashes of 'hg purge' on some of our machines (see https://bz.mercurial-scm.org/show_bug.cgi?id=6509 ). Unfortunately, I haven't been able to find out much more about what is going wrong. To avoid further impact on our users and CI, I would prefer to disable the rust extensions for now. Differential Revision: https://phab.mercurial-scm.org/D10877

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