clippy_
utils
1.83.0
(90b35a623 2024-11-26)
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