rustfmt.toml
author pacien <pacien.trangirard@pacien.net>
Mon, 21 Feb 2022 18:05:54 +0100
changeset 48943 e633e660158f
parent 45623 426294d06ddc
permissions -rw-r--r--
revlog: implement fast_rank retrieval in C This will be useful in particular to avoid going through the Python interpreter in native Rust functions. Differential Revision: https://phab.mercurial-scm.org/D12209

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