view rustfmt.toml @ 47574:2b2f5cf979c3

run-tests: explicitly track that `pythondir` was inferred If we want to know that something happened, we should simply track that this things happened. This will be useful to start using `tmpbindir` more in a different form. Differential Revision: https://phab.mercurial-scm.org/D11043
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 09 Jul 2021 16:18:41 +0200
parents 426294d06ddc
children
line wrap: on
line source

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