view rustfmt.toml @ 51739:78f789a4c8a2

httppeer: move a variable to avoid a bad reference before assignment warning No actual bug here, because the conditional used to assign is the same as the conditional in the `finally` block that guards the reference.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 26 Jul 2024 21:59:34 -0400
parents 426294d06ddc
children
line wrap: on
line source

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