rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 17 Mar 2023 02:46:51 +0100
branchstable
changeset 50313 b0cdd0bea103
parent 45620 426294d06ddc
permissions -rw-r--r--
revlog: test possible read race condition with splitting This is currently working fine, but could break with another approach (for example, with the one we are about to use in the next changesets…) So we make sure the case is covered.

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