☰
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
)>
)