rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Feb 2024 11:59:56 +0100
changeset 51451 fd30c4301929
parent 45620 426294d06ddc
permissions -rw-r--r--
branchcache: stop storing a repository instance on the cache altogether We did not really needed it and we do not needs it anymore at all. So lets make things simpler for consistency and garbage collecting and stop storing it altogether.

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