view rustfmt.toml @ 49157:5d610521a285 stable

test-dirstate: fix detection of Rust environment variable The Rust path never actually worked. This change also improves clarity of the comment. The next change will ensure we print something when this check fails. Differential Revision: https://phab.mercurial-scm.org/D12601
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 04 May 2022 15:48:13 +0200
parents 426294d06ddc
children
line wrap: on
line source

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