clippy_
utils
1.86.0
(05f9846f8 2025-03-31)
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