fn rewrite_match_arm(
context: &RewriteContext<'_>,
arm: &Arm,
shape: Shape,
is_last: bool,
has_leading_pipe: bool,
) -> Result<String, RewriteError>
fn rewrite_match_arm(
context: &RewriteContext<'_>,
arm: &Arm,
shape: Shape,
is_last: bool,
has_leading_pipe: bool,
) -> Result<String, RewriteError>