Function rustc_lint::redundant_semicolon::maybe_lint_redundant_semis[][src]

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