rustfmt_nightly::expr

Function rewrite_paren

Source
pub(crate) fn rewrite_paren(
    context: &RewriteContext<'_>,
    subexpr: &Expr,
    shape: Shape,
    span: Span,
) -> Result<String, RewriteError>