rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 03 Dec 2022 03:45:39 +0100
changeset 49747 8a38cd76588f
parent 45620 426294d06ddc
permissions -rw-r--r--
clone: explicitly detect the need to fetch a peer Instead of having `peer()` method on all `peer()` for this usecase, we could simply handle it explicitly.

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