rustfmt.toml
author pacien <pacien.trangirard@pacien.net>
Fri, 10 Dec 2021 16:25:02 +0100
changeset 48520 791f5d5f7a96
parent 45620 426294d06ddc
permissions -rw-r--r--
hg-core: dedup LazyAncestors Iterator impl … Which has been moved to the vcsgraph crate. AncestorsIterator cannot yet be removed because it is still being used in hg-core. Differential Revision: https://phab.mercurial-scm.org/D11948

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