rustfmt_nightly::expr

Function rewrite_block_inner

Source
fn rewrite_block_inner(
    block: &Block,
    attrs: Option<&[Attribute]>,
    label: Option<Label>,
    allow_single_line: bool,
    context: &RewriteContext<'_>,
    shape: Shape,
) -> Result<String, RewriteError>