rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 08 Mar 2021 12:28:53 -0500
branchstable
changeset 46570 7a29d9002250
parent 45620 426294d06ddc
permissions -rw-r--r--
pycompat: fix a bytes vs str issue in `unnamedtempfile()` This seems trivially correct, though the only two uses I found both took this path. So I'm guessing we're missing test coverage. Differential Revision: https://phab.mercurial-scm.org/D10129

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