Function rustfmt_nightly::matches::rewrite_match_arm

source ยท
fn rewrite_match_arm(
    context: &RewriteContext<'_>,
    arm: &Arm,
    shape: Shape,
    is_last: bool,
    has_leading_pipe: bool,
) -> Option<String>