Function clippy_utils::usage::local_used_after_expr

source ยท
pub fn local_used_after_expr(
    cx: &LateContext<'_>,
    local_id: HirId,
    after: &Expr<'_>
) -> bool