rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 09 Jan 2023 18:00:56 +0100
changeset 49989 321e2b7bc95c
parent 45623 426294d06ddc
permissions -rw-r--r--
rust: fix broken debug assertions These were caught by `clippy`. It appears no one uses the debug builds, which is how this wasn't caught before.

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