rustc_lint
1.78.0-dev
In rustc_lint::redundant_semicolon
?
Function
rustc_lint
::
redundant_semicolon
::
maybe_lint_redundant_semis
source
·
[
−
]
fn maybe_lint_redundant_semis( cx: &
EarlyContext
<'_>, seq: &mut
Option
<(
Span
,
bool
)> )