Skip to main content

remove_semicolon

Function remove_semicolon 

Source
fn remove_semicolon(
    ctx: &DiagnosticsContext<'_, '_>,
    d: &TypeMismatch<'_>,
    expr_ptr: &InFile<AstPtr<Expr>>,
    acc: &mut Vec<Assist>,
) -> Option<()>