rustc_lint::redundant_semicolon

Function maybe_lint_redundant_semis

Source
fn maybe_lint_redundant_semis(
    cx: &EarlyContext<'_>,
    seq: &mut Option<(Span, bool)>,
)