local_used_after_expr
clippy_
utils
1.91.0-beta.9
(1f2519788 2025-10-17)
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