view rustfmt.toml @ 49934:83437ad8fe3d

rust-clippy: remove redundant suffix from enum Same as last time, this makes the code clearer in this instance.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 10 Jan 2023 10:41:52 +0100
parents 426294d06ddc
children
line wrap: on
line source

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