Function rustfmt_nightly::expr::rewrite_single_line_block

source ·
fn rewrite_single_line_block(
    context: &RewriteContext<'_>,
    prefix: &str,
    block: &Block,
    attrs: Option<&[Attribute]>,
    label: Option<Label>,
    shape: Shape
) -> Option<String>