rustfmt.toml
author Georges Racinet <georges.racinet@octobus.net>
Mon, 30 Oct 2023 22:36:30 +0100
changeset 51251 0409bd6ba663
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-revlog: add invalidation detection to `NodeTree` class This will be useful for callers, such as `scmutil` who reuse a `NodeTree` instance as a cache. They would otherwise get hard errors if any mutation of the index occurred since instantiation. This is something the C index does not provide.

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