rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 28 Jun 2023 11:59:43 +0200
changeset 51215 f0fa98752d67
parent 45623 426294d06ddc
permissions -rw-r--r--
rust-index: remove `__setitem__` method from the mixed index This is not defined on the Python or C one, and isn't used anywhere.

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