rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 22 Jun 2021 08:24:27 -0700
changeset 47458 50cd14dbd3b3
parent 45620 426294d06ddc
permissions -rw-r--r--
benchmarks: restore `output` variable lost in D10884 Noticed by pyflakes (which I didn't have installed for Python 3.9 when I sent D10884). Differential Revision: https://phab.mercurial-scm.org/D10894

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