rustfmt_nightly::expr

Function rewrite_let

Source
fn rewrite_let(
    context: &RewriteContext<'_>,
    shape: Shape,
    pat: &Pat,
    expr: &Expr,
) -> Result<String, RewriteError>