rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 08 Nov 2022 14:17:56 -0500
changeset 49599 94a797032fc4
parent 45620 426294d06ddc
permissions -rw-r--r--
typing: add type hints to mpatch implementations Again, using `merge-pyi` to apply the stubs in cext and then manually type the private methods. The generated stub without these hints inferred very little, and the stuff it did was wrong.

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