view rustfmt.toml @ 49949:3c37cb7bce61

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.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 25 Jan 2023 18:45:38 +0100
parents 426294d06ddc
children
line wrap: on
line source

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