rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 14 Dec 2023 09:57:25 +0100
changeset 51264 47a34afda7ad
parent 45620 426294d06ddc
permissions -rw-r--r--
rust-index: only access offsets if revlog is inline Accessing the `RwLock` ended up showing up in profiles even with no contention. Offsets only exist for inline revlogs, so gate everything behind an inline check.

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