rustfmt.toml
author Anton Shestakov <av6@dwimlabs.net>
Thu, 05 Oct 2023 14:47:42 -0300
branchstable
changeset 50786 758e40b9a8af
parent 45623 426294d06ddc
permissions -rw-r--r--
httppeer: fix static-http: scheme autodetection (issue6833) Since statichttprepo.make_peer() assumes path is a urlutil.path object (by accessing path.loc), we no longer can just provide a bytestring there. See also 5f71fff8dc74 and cfe8d88a453e.

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