rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 29 Nov 2022 22:04:23 +0100
changeset 49804 c0acf5440fe1
parent 45623 426294d06ddc
permissions -rw-r--r--
peer-or-repo: build a peer directly in the `peer` function We skip the ambiguous _peerorrepo function to explicitly build a peer within the dedicated function. This mean explicitly getting a peer from an explicitly create repository when necessary.

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