rustfmt.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 26 Jun 2023 11:15:30 +0100
branchstable
changeset 50724 a10d823a8e3d
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate: avoid leaking disk space in `hg debugrebuilddirstate` Before this MR running `hg debugrebuilddirstate` simply grows the dirstate without bound, never shrinking it, because the unused bytes counter stays low, even though the entirety of the file becomes unused.

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