rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 09 Jul 2021 16:18:41 +0200
changeset 47574 2b2f5cf979c3
parent 45623 426294d06ddc
permissions -rw-r--r--
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

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