rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 20 Feb 2024 17:18:15 +0100
changeset 51403 68289ed170c7
parent 45620 426294d06ddc
permissions -rw-r--r--
phases: mark `phasecache.phaseroots` private We are about to change its content from nodeid to revnum. So anyone directly using the content might be in unexpected troubles. We start by making it private to explicitly break any such user (and discourage them to do so).

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