view rustfmt.toml @ 50070:c8f32aa80dca

rollback: explicitly skip dirstate rollback when applicable instead of letting the transaction logic overwrite the dirstate and then overwrite that overwrite with a backup. We simply do not restore the dirstate related file during the _playback call. This open the way to removing the last dirstate guard usage.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 16 Feb 2023 10:00:59 +0100
parents 426294d06ddc
children
line wrap: on
line source

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