rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 16:36:43 +0100
changeset 49742 30eb36d93072
parent 45620 426294d06ddc
permissions -rw-r--r--
path: use `get_clone_path_obj` in _getlocal We don't need to feed the `path` object to a `peer` object, but using an higher level function is simpler here (e.g. no subscript access, explicit attribute access).

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