rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 03 Jun 2022 20:25:06 -0700
branchstable
changeset 49433 ef40864bc074
parent 45620 426294d06ddc
permissions -rw-r--r--
automation: refresh requirements I'm hitting errors installing the old version of cffi due to an apparent issue where older versions of cffi aren't compatible with the modern Clang I'm using. So let's upgrade packages to unbreak things and to keep things modern. Differential Revision: https://phab.mercurial-scm.org/D12629

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