rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 19 Dec 2023 22:07:21 +0100
changeset 51301 4b4253b3ec0a
parent 45620 426294d06ddc
permissions -rw-r--r--
pytype: use the right signature for the `__setitem__` It is not because it is NotImplemented that it should use a bad signature. Fix it to please pytype.

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