view rustfmt.toml @ 49374:455fce57e89e stable

rust: don't swallow valuable error information This helps when diagnosing corruption, and is in general good practice. The information is here, valuable and can be used easily.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 18 May 2022 15:53:28 +0100
parents 426294d06ddc
children
line wrap: on
line source

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