rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 25 May 2022 18:29:21 +0200
branchstable
changeset 49376 6b04f702c501
parent 45620 426294d06ddc
permissions -rw-r--r--
rust: remove excessive calls to `#[timed]` This makes trace output *really* noisy and is only useful in case you want to take a look at a single revlog. This is easy to add back on a case-by-case basis and does not need to stay with the more permanent timers.

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