local_used_after_expr
clippy_
utils
1.92.0-nightly
(c8905eaa6 2025-09-28)
In clippy_
utils::
usage
clippy_utils
::
usage
Function
local_
used_
after_
expr
Copy item path
Source
pub fn local_used_after_expr( cx: &
LateContext
<'_>, local_id:
HirId
, after: &
Expr
<'_>, ) ->
bool