rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 14 Sep 2021 18:07:11 +0200
changeset 47995 6c653d9d41b8
parent 45623 426294d06ddc
permissions -rw-r--r--
rust: Make private the `index` field of the `Revlog` struct To replace the previous use of this field from another module, add a `node_from_rev` method. This is the same method that already existed on `Changelog`. Differential Revision: https://phab.mercurial-scm.org/D11414

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