view rustfmt.toml @ 51746:4f0fad8da04c

tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position This bug was caught by the new Python 3.13 warning: DeprecationWarning: 'count' is passed as positional argument
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 11 Jan 2024 21:58:55 +0100
parents 426294d06ddc
children
line wrap: on
line source

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