view rustfmt.toml @ 49596:b8389533ba3a

typing: fix a syntax error in mercurial/cext/bdiff.pyi I noticed because `merge-pyi` on the non-cext implementations with this file as input skipped the return type for this. `pytype-single --parse-pyi` confirmed it was a problem.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 08 Nov 2022 13:38:06 -0500
parents 426294d06ddc
children
line wrap: on
line source

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