rustfmt.toml
author Felipe Contreras <felipe.contreras@gmail.com>
Fri, 05 May 2023 06:08:36 -0600
changeset 51797 2f8e7e384178
parent 45620 426294d06ddc
permissions -rw-r--r--
exchange: trivial simplification Both sides of the condition do essentially the same thing, except one with fastpath=True. No functional changes.

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