view rustfmt.toml @ 50106:cdbd5f990596

dirstate: requires being in a `changing_parents` `context to set_parents` Enforcing proper operation scoping on all methods that mutate the dirstate will tighten correctness and reduce the risk of bugs. The context to use for this method is obvious, and all code was already compliant ☺
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 18 Feb 2023 04:10:08 +0100
parents 426294d06ddc
children
line wrap: on
line source

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