fn rewrite_assignment(
    context: &RewriteContext<'_>,
    lhs: &Expr,
    rhs: &Expr,
    op: Option<&BinOp>,
    shape: Shape
) -> Option<String>