Function rustfmt_nightly::expr::rewrite_empty_block

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