rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 17 Apr 2021 00:28:21 -0400
changeset 46969 d9531094cf8e
parent 45620 426294d06ddc
permissions -rw-r--r--
cmdutil: fix an uninitialize variable usage in clearunfinished() I happened to notice that PyCharm flagged this while looking for something else. I'm pretty sure it meant to check the current state in the iteration, and not keep reusing the last one in the previous iteration. Differential Revision: https://phab.mercurial-scm.org/D10459

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