clippy_
utils
1.83.0-beta.7
(b35ad722a 2024-11-22)
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