rustfmt.toml
author Augie Fackler <augie@google.com>
Thu, 29 Jul 2021 16:18:35 -0400
branchstable
changeset 47786 324c8a299324
parent 45620 426294d06ddc
permissions -rw-r--r--
tests: add explicit coverage for update_hash_refs from rewriteutil I couldn't find any evidence this is covered by tests in core (but there's a good chance I missed it). We've seen a cute bug in that code, but first let's just cover the cases that work correctly. Differential Revision: https://phab.mercurial-scm.org/D11231

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