view rustfmt.toml @ 49133:23a5659125c8

rust-dirstatemap: add simpler version of `get_node_mut` This will help reduce code and footgun potential for simpler callers. Differential Revision: https://phab.mercurial-scm.org/D12531
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 08 Apr 2022 17:55:03 +0200
parents 426294d06ddc
children
line wrap: on
line source

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