rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 25 Jan 2023 18:45:38 +0100
changeset 49949 3c37cb7bce61
parent 45620 426294d06ddc
permissions -rw-r--r--
clippy: actually fail if there are any warnings So far, only errors would trip the CI, this makes it so all warnings are elevated to errors, making it a CI fail if any warnings are present. This was the intended behavior, I just missed this when adding clippy.

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